Interface IOpenIddictDbContext
Assembly: Volo.Abp.OpenIddict.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpOpenIddict")]
public interface IOpenIddictDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
Applications
Declaration
DbSet<OpenIddictApplication> Applications { get; }
Property Value
Authorizations
Declaration
DbSet<OpenIddictAuthorization> Authorizations { get; }
Property Value
Scopes
Declaration
DbSet<OpenIddictScope> Scopes { get; }
Property Value
Tokens
Declaration
DbSet<OpenIddictToken> Tokens { get; }
Property Value
Extension Methods