Namespace OpenIddict.EntityFrameworkCore
Classes
OpenIddictEntityFrameworkCoreApplicationConfiguration<TApplication, TAuthorization, TToken, TKey>
Defines a relational mapping for the Application entity.
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
OpenIddictEntityFrameworkCoreAuthorizationConfiguration<TAuthorization, TApplication, TToken, TKey>
Defines a relational mapping for the Authorization entity.
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.
OpenIddictEntityFrameworkCoreScopeConfiguration<TScope, TKey>
Defines a relational mapping for the Scope entity.
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
OpenIddictEntityFrameworkCoreTokenConfiguration<TToken, TApplication, TAuthorization, TKey>
Defines a relational mapping for the Token entity.
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.