Property

data class Property(val name: String, val value: String, val signature: String?)

A Property is a single dataset of auxiliary information of a specific profile. The data is independent of the rest of the profile and no guarantees are made regarding the existence of a specific property. The signature is only present if Xenos was configured to request signed profiles.

Constructors

Link copied to clipboard
constructor(name: String, value: String, signature: String?)

Properties

Link copied to clipboard

The unique name of the property within the Minecraft Profile.

Link copied to clipboard

The optional Yggdrasil signature to verify the authenticity and integrity.

Link copied to clipboard

The value of the property that contains the real information.