Skip to main content

GetAuthMethod

Type Alias GetAuthMethod 

Source
pub type GetAuthMethod = Extension<Arc<AuthMethod>>;

Aliased Type§

pub struct GetAuthMethod(pub Arc<AuthMethod>);

Tuple Fields§

§0: Arc<AuthMethod>