Show / Hide Table of Contents

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 Source

ClientId

Declaration
public Guid ClientId { get; set; }
Property Value
Type Description
Guid
| Improve this Doc View Source

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ExpiresUtc

Declaration
public DateTime ExpiresUtc { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

IssuedUtc

Declaration
public DateTime IssuedUtc { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Username

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾