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