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