Show / Hide Table of Contents

Class AccessTokenViewModel

Inheritance
System.Object
AccessTokenViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Lib.Models
Assembly: mix.library.dll
Syntax
public class AccessTokenViewModel

Properties

| Improve this Doc View Source

AccessToken

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

ClientId

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

DeviceId

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

Expires

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

ExpiresIn

Declaration
public int ExpiresIn { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Info

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

Issued

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

LastUpdateConfiguration

Declaration
public DateTime? LastUpdateConfiguration { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

RefreshToken

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

Roles

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

TokenType

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