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