Namespace OpenIddict.EntityFrameworkCore
Classes
OpenIddictEntityFrameworkCoreApplicationStore<TContext>
Provides methods allowing to manage the applications stored in a database.
OpenIddictEntityFrameworkCoreApplicationStore<TContext, TKey>
Provides methods allowing to manage the applications stored in a database.
OpenIddictEntityFrameworkCoreApplicationStore<TApplication, TAuthorization, TToken, TContext, TKey>
Provides methods allowing to manage the applications stored in a database.
OpenIddictEntityFrameworkCoreApplicationStoreResolver
Exposes a method allowing to resolve an application store.
OpenIddictEntityFrameworkCoreApplicationStoreResolver.TypeResolutionCache
OpenIddictEntityFrameworkCoreAuthorizationStore<TContext>
Provides methods allowing to manage the authorizations stored in a database.
OpenIddictEntityFrameworkCoreAuthorizationStore<TContext, TKey>
Provides methods allowing to manage the authorizations stored in a database.
OpenIddictEntityFrameworkCoreAuthorizationStore<TAuthorization, TApplication, TToken, TContext, TKey>
Provides methods allowing to manage the authorizations stored in a database.
OpenIddictEntityFrameworkCoreAuthorizationStoreResolver
Exposes a method allowing to resolve an authorization store.
OpenIddictEntityFrameworkCoreAuthorizationStoreResolver.TypeResolutionCache
OpenIddictEntityFrameworkCoreCustomizer<TApplication, TAuthorization, TScope, TToken, TKey>
Represents a model customizer able to register the entity sets required by the OpenIddict stack in an Entity Framework Core context.
OpenIddictEntityFrameworkCoreOptions
Provides various settings needed to configure the OpenIddict Entity Framework Core integration.
OpenIddictEntityFrameworkCoreScopeStore<TContext>
Provides methods allowing to manage the scopes stored in a database.
OpenIddictEntityFrameworkCoreScopeStore<TContext, TKey>
Provides methods allowing to manage the scopes stored in a database.
OpenIddictEntityFrameworkCoreScopeStore<TScope, TContext, TKey>
Provides methods allowing to manage the scopes stored in a database.
OpenIddictEntityFrameworkCoreScopeStoreResolver
Exposes a method allowing to resolve a scope store.
OpenIddictEntityFrameworkCoreScopeStoreResolver.TypeResolutionCache
OpenIddictEntityFrameworkCoreTokenStore<TContext>
Provides methods allowing to manage the tokens stored in a database.
OpenIddictEntityFrameworkCoreTokenStore<TContext, TKey>
Provides methods allowing to manage the tokens stored in a database.
OpenIddictEntityFrameworkCoreTokenStore<TToken, TApplication, TAuthorization, TContext, TKey>
Provides methods allowing to manage the tokens stored in a database.
OpenIddictEntityFrameworkCoreTokenStoreResolver
Exposes a method allowing to resolve a token store.