pub type GenericOAuthRevokeToken = Arc<dyn Fn(String) -> Pin<Box<dyn Future<Output = Result<(), OAuthError>> + Send>> + Send + Sync>;
pub struct GenericOAuthRevokeToken { /* private fields */ }