pub type DefaultAuthenticator = Authenticator<HttpsConnector<HttpConnector>>;Available on crate features
hyper-rustls or hyper-tls only.Expand description
Default authenticator type
Aliased Typeยง
pub struct DefaultAuthenticator { /* private fields */ }