Class MojangXboxAccessTokenPayload
Namespace: CmlLib.Core.Auth.Microsoft.Sessions
Assembly: CmlLib.Core.Auth.Microsoft.dll
public class MojangXboxAccessTokenPayload
Inheritance
object ← MojangXboxAccessTokenPayload
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
Auth
[JsonPropertyName("auth")]
public string? Auth { get; set; }
Property Value
Exp
[JsonPropertyName("exp")]
public long Exp { get; set; }
Property Value
Iat
[JsonPropertyName("iat")]
public long Iat { get; set; }
Property Value
Iss
[JsonPropertyName("iss")]
public string? Iss { get; set; }
Property Value
Nbf
[JsonPropertyName("nbf")]
public long Nbf { get; set; }
Property Value
Platform
[JsonPropertyName("platform")]
public string? Platform { get; set; }
Property Value
Sub
[JsonPropertyName("sub")]
public string? Sub { get; set; }
Property Value
Xuid
[JsonPropertyName("xuid")]
public string? Xuid { get; set; }
Property Value
Yuid
[JsonPropertyName("yuid")]
public string? Yuid { get; set; }