Skip to main content

GenericOAuthRevokeToken

Type Alias GenericOAuthRevokeToken 

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

Aliased Typeยง

pub struct GenericOAuthRevokeToken { /* private fields */ }