Class PersistedGrantEto
Inheritance
PersistedGrantEto
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class PersistedGrantEto
Constructors
PersistedGrantEto()
Declaration
public PersistedGrantEto()
Properties
ClientId
Declaration
public string ClientId { get; set; }
Property Value
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
Data
Declaration
public string Data { get; set; }
Property Value
Expiration
Declaration
public DateTime? Expiration { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
SubjectId
Declaration
public string SubjectId { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Extension Methods