Class RefreshTokens
Inheritance
System.Object
RefreshTokens
Namespace: Mix.Database.Entities.Account
Assembly: mix.database.dll
Syntax
public class RefreshTokens : Entity
Properties
| Improve this Doc View SourceClientId
Declaration
public Guid ClientId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExpiresUtc
Declaration
public DateTime ExpiresUtc { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
IssuedUtc
Declaration
public DateTime IssuedUtc { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |