Namespace OpenIddict.MongoDb
Classes
OpenIddictMongoDbApplicationStore<TApplication>
Provides methods allowing to manage the applications stored in a database.
OpenIddictMongoDbApplicationStoreResolver
Exposes a method allowing to resolve an application store.
OpenIddictMongoDbAuthorizationStore<TAuthorization>
Provides methods allowing to manage the authorizations stored in a database.
OpenIddictMongoDbAuthorizationStoreResolver
Exposes a method allowing to resolve an authorization store.
OpenIddictMongoDbContext
Exposes the MongoDB database used by the OpenIddict stores.
OpenIddictMongoDbOptions
Provides various settings needed to configure the OpenIddict MongoDB integration.
OpenIddictMongoDbScopeStore<TScope>
Provides methods allowing to manage the scopes stored in a database.
OpenIddictMongoDbScopeStoreResolver
Exposes a method allowing to resolve a scope store.
OpenIddictMongoDbTokenStore<TToken>
Provides methods allowing to manage the tokens stored in a database.
OpenIddictMongoDbTokenStoreResolver
Exposes a method allowing to resolve a token store.
Interfaces
IOpenIddictMongoDbContext
Exposes the MongoDB database used by the OpenIddict stores.