pub type CognitoMicrokernelServer = MicrokernelServer<CognitoOAuthHandler<InMemoryStorage, DefaultClientManager<InMemoryStorage>>, InMemoryStorage>;Expand description
Type alias for Cognito-based microkernel server with InMemoryStorage
Aliased Typeยง
pub struct CognitoMicrokernelServer { /* private fields */ }