Class BETokenExtraData
Namespace: CmlLib.Core.Bedrock.Auth.Sessions
Assembly: CmlLib.Core.Bedrock.Auth.dll
public class BETokenExtraData
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
DisplayName
[JsonPropertyName("displayName")]
public string? DisplayName { get; set; }
Property Value
Identity
[JsonPropertyName("identity")]
public string? Identity { get; set; }
Property Value
TitleId
[JsonPropertyName("titleId")]
public string? TitleId { get; set; }
Property Value
XboxUserId
[JsonPropertyName("XUID")]
public string? XboxUserId { get; set; }