Table of Contents

Class BETokenExtraData

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

public class BETokenExtraData

Inheritance

objectBETokenExtraData

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

string?

Identity

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

Property Value

string?

TitleId

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

Property Value

string?

XboxUserId

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

Property Value

string?