AsyncAuthHandler

Type Alias AsyncAuthHandler 

Source
pub type AsyncAuthHandler = Pin<Box<dyn Future<Output = AuthFrameworkResult<()>> + Send>>;

Aliased Typeยง

pub struct AsyncAuthHandler { /* private fields */ }