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