Table of Contents

Class MojangXboxAccessTokenPayload

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

public class MojangXboxAccessTokenPayload

Inheritance

objectMojangXboxAccessTokenPayload

Inherited Members

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

Properties

Agg

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

Property Value

string?

Auth

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

Property Value

string?

Exp

[JsonPropertyName("exp")]
public long Exp { get; set; }

Property Value

long

Iat

[JsonPropertyName("iat")]
public long Iat { get; set; }

Property Value

long

Iss

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

Property Value

string?

Nbf

[JsonPropertyName("nbf")]
public long Nbf { get; set; }

Property Value

long

Platform

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

Property Value

string?

Sub

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

Property Value

string?

Xuid

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

Property Value

string?

Yuid

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

Property Value

string?