ApiAuthorizationDbContext<TUser>.PersistedGrants Property

Definition

Gets or sets the DbSet<TEntity>.

public:
 property Microsoft::EntityFrameworkCore::DbSet<IdentityServer4::EntityFramework::Entities::PersistedGrant ^> ^ PersistedGrants { Microsoft::EntityFrameworkCore::DbSet<IdentityServer4::EntityFramework::Entities::PersistedGrant ^> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<IdentityServer4::EntityFramework::Entities::PersistedGrant ^> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<IdentityServer4.EntityFramework.Entities.PersistedGrant> PersistedGrants { get; set; }
public Microsoft.EntityFrameworkCore.DbSet<Duende.IdentityServer.EntityFramework.Entities.PersistedGrant> PersistedGrants { get; set; }
member this.PersistedGrants : Microsoft.EntityFrameworkCore.DbSet<IdentityServer4.EntityFramework.Entities.PersistedGrant> with get, set
member this.PersistedGrants : Microsoft.EntityFrameworkCore.DbSet<Duende.IdentityServer.EntityFramework.Entities.PersistedGrant> with get, set
Public Property PersistedGrants As DbSet(Of PersistedGrant)

Property Value

DbSet<IdentityServer4.EntityFramework.Entities.PersistedGrant>
DbSet<Duende.IdentityServer.EntityFramework.Entities.PersistedGrant>

Implements

IdentityServer4.EntityFramework.Interfaces.IPersistedGrantDbContext.PersistedGrants Duende.IdentityServer.EntityFramework.Interfaces.IPersistedGrantDbContext.PersistedGrants

Applies to