Type Alias s2n_quic::provider::tls::default::ffi::s2n_cert_auth_type::Type

source ·
pub type Type = u32;
Expand description

Used to declare what type of client certificate authentication to use.

Currently the default for s2n-tls is for neither the server side or the client side to use Client (aka Mutual) authentication.