Table of Contents

Class MsaRetailTokenData

Namespace: CmlLib.Core.Auth.Microsoft.MojangLauncher
Assembly: CmlLib.Core.Auth.Microsoft.MojangLauncher.dll

public class MsaRetailTokenData

Inheritance

objectMsaRetailTokenData

Inherited Members

object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()

Properties

IssueInstant

[JsonPropertyName("IssueInstant")]
public string? IssueInstant { get; set; }

Property Value

string?

NotAfter

[JsonPropertyName("NotAfter")]
public string? NotAfter { get; set; }

Property Value

string?

Token

[JsonPropertyName("Token")]
public string? Token { get; set; }

Property Value

string?

UserHash

[JsonIgnore]
public string? UserHash { get; set; }

Property Value

string?