Skip to main content

GenericOAuthGetToken

Type Alias GenericOAuthGetToken 

Source
pub type GenericOAuthGetToken = Arc<dyn Fn(GenericOAuthTokenRequest) -> Pin<Box<dyn Future<Output = Result<OAuth2Tokens, OAuthError>> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct GenericOAuthGetToken { /* private fields */ }