Home
last modified time | relevance | path

Searched defs:client_auth_optional (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/
Dtls.rs12 client_auth_optional: bool, field
53 pub fn client_auth_optional(self, optional: bool) -> Self { in client_auth_optional() method