Skip to main content

ServerAuthenticationFuture

Type Alias ServerAuthenticationFuture 

Source
pub type ServerAuthenticationFuture<'a, Identity, Error> = Pin<Box<dyn Future<Output = Result<Identity, Error>> + 'a>>;
Expand description

A non-Send future returned by application-defined server authentication.

Aliased Typeยง

pub struct ServerAuthenticationFuture<'a, Identity, Error> { /* private fields */ }