Table of Contents

Class JEProfile

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

public class JEProfile

Inheritance

objectJEProfile

Inherited Members

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

Properties

Capes

[JsonPropertyName("capes")]
public IReadOnlyCollection<JEProfileCape> Capes { get; set; }

Property Value

IReadOnlyCollection<JEProfileCape>

Skins

[JsonPropertyName("skins")]
public IReadOnlyCollection<JEProfileSkin> Skins { get; set; }

Property Value

IReadOnlyCollection<JEProfileSkin>

UUID

[JsonPropertyName("id")]
public string? UUID { get; set; }

Property Value

string?

Username

[JsonPropertyName("name")]
public string? Username { get; set; }

Property Value

string?

Methods

ParseFromJson(JsonElement)

public static JEProfile ParseFromJson(JsonElement root)

Parameters

root JsonElement

Returns

JEProfile