Namespace OpenIddict.EntityFramework
Classes
OpenIddictEntityFrameworkApplicationConfiguration<TApplication, TAuthorization, TToken, TKey>
Defines a relational mapping for the Application entity.
OpenIddictEntityFrameworkApplicationStore<TContext>
Provides methods allowing to manage the applications stored in a database.
OpenIddictEntityFrameworkApplicationStore<TApplication, TAuthorization, TToken, TContext, TKey>
Provides methods allowing to manage the applications stored in a database.
OpenIddictEntityFrameworkApplicationStoreResolver
Exposes a method allowing to resolve an application store.
OpenIddictEntityFrameworkApplicationStoreResolver.TypeResolutionCache
OpenIddictEntityFrameworkAuthorizationConfiguration<TAuthorization, TApplication, TToken, TKey>
Defines a relational mapping for the Authorization entity.
OpenIddictEntityFrameworkAuthorizationStore<TContext>
Provides methods allowing to manage the authorizations stored in a database.
OpenIddictEntityFrameworkAuthorizationStore<TAuthorization, TApplication, TToken, TContext, TKey>
Provides methods allowing to manage the authorizations stored in a database.
OpenIddictEntityFrameworkAuthorizationStoreResolver
Exposes a method allowing to resolve an authorization store.
OpenIddictEntityFrameworkAuthorizationStoreResolver.TypeResolutionCache
OpenIddictEntityFrameworkOptions
Provides various settings needed to configure the OpenIddict Entity Framework 6.x integration.
OpenIddictEntityFrameworkScopeConfiguration<TScope, TKey>
Defines a relational mapping for the Scope entity.
OpenIddictEntityFrameworkScopeStore<TContext>
Provides methods allowing to manage the scopes stored in a database.
OpenIddictEntityFrameworkScopeStore<TScope, TContext, TKey>
Provides methods allowing to manage the scopes stored in a database.
OpenIddictEntityFrameworkScopeStoreResolver
Exposes a method allowing to resolve a scope store.
OpenIddictEntityFrameworkScopeStoreResolver.TypeResolutionCache
OpenIddictEntityFrameworkTokenConfiguration<TToken, TApplication, TAuthorization, TKey>
Defines a relational mapping for the Token entity.
OpenIddictEntityFrameworkTokenStore<TContext>
Provides methods allowing to manage the tokens stored in a database.
OpenIddictEntityFrameworkTokenStore<TToken, TApplication, TAuthorization, TContext, TKey>
Provides methods allowing to manage the tokens stored in a database.
OpenIddictEntityFrameworkTokenStoreResolver
Exposes a method allowing to resolve a token store.