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