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 */ }pub type GenericOAuthGetToken = Arc<dyn Fn(GenericOAuthTokenRequest) -> Pin<Box<dyn Future<Output = Result<OAuth2Tokens, OAuthError>> + Send>> + Send + Sync>;pub struct GenericOAuthGetToken { /* private fields */ }