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