Class XboxAuthTokens
Namespace: XboxAuthNet.Game.XboxAuth
Assembly: XboxAuthNet.Game.dll
public class XboxAuthTokens
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
DeviceToken
[JsonPropertyName("deviceToken")]
public XboxAuthResponse? DeviceToken { get; set; }
Property Value
XboxAuthResponse?
TitleToken
[JsonPropertyName("titleToken")]
public XboxAuthResponse? TitleToken { get; set; }
Property Value
XboxAuthResponse?
UserToken
[JsonPropertyName("userToken")]
public XboxAuthResponse? UserToken { get; set; }
Property Value
XboxAuthResponse?
XstsToken
[JsonPropertyName("xstsToken")]
public XboxAuthResponse? XstsToken { get; set; }
Property Value
XboxAuthResponse?
Methods
Validate()
public bool Validate()