Class PersistedGrantEto
Inheritance
System.Object
PersistedGrantEto
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class PersistedGrantEto : object
Properties
ClientId
Declaration
public string ClientId { get; set; }
Property Value
Type |
Description |
System.String |
|
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
Data
Declaration
public string Data { get; set; }
Property Value
Type |
Description |
System.String |
|
Expiration
Declaration
public DateTime? Expiration { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
Id
Declaration
public Guid Id { get; set; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
SubjectId
Declaration
public string SubjectId { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods