Class OpenIddictEntityFrameworkCoreApplicationStore<TContext>
Provides methods allowing to manage the applications stored in a database.
Inheritance
System.Object
OpenIddictEntityFrameworkCoreApplicationStore<OpenIddictEntityFrameworkCoreApplication, OpenIddictEntityFrameworkCoreAuthorization, OpenIddictEntityFrameworkCoreToken, TContext, System.String>
OpenIddictEntityFrameworkCoreApplicationStore<TContext>
Inherited Members
Namespace: OpenIddict.EntityFrameworkCore
Assembly: cs.temp.dll.dll
Syntax
public class OpenIddictEntityFrameworkCoreApplicationStore<TContext> : OpenIddictEntityFrameworkCoreApplicationStore<OpenIddictEntityFrameworkCoreApplication, OpenIddictEntityFrameworkCoreAuthorization, OpenIddictEntityFrameworkCoreToken, TContext, string> where TContext : DbContext
Type Parameters
Name | Description |
---|---|
TContext | The type of the Entity Framework database context. |
Constructors
OpenIddictEntityFrameworkCoreApplicationStore(IMemoryCache, TContext, IOptionsMonitor<OpenIddictEntityFrameworkCoreOptions>)
Declaration
public OpenIddictEntityFrameworkCoreApplicationStore(IMemoryCache cache, TContext context, IOptionsMonitor<OpenIddictEntityFrameworkCoreOptions> options)
Parameters
Type | Name | Description |
---|---|---|
IMemoryCache | cache | |
TContext | context | |
IOptionsMonitor<OpenIddictEntityFrameworkCoreOptions> | options |