Skip to main content

ApiKeyGenerator

Type Alias ApiKeyGenerator 

Source
pub type ApiKeyGenerator = Arc<dyn Fn(ApiKeyGeneratorInput) -> Pin<Box<dyn Future<Output = Result<String, OpenAuthError>> + Send + 'static>> + Send + Sync>;

Aliased Typeยง

pub struct ApiKeyGenerator { /* private fields */ }