pub type ClientAuthenticationFuture<'a, Output, Error> = Pin<Box<dyn Future<Output = Result<Output, Error>> + 'a>>;Expand description
Boxed future used by application-defined authentication policies.
Aliased Typeยง
pub struct ClientAuthenticationFuture<'a, Output, Error> { /* private fields */ }