XboxLiveToken

data class XboxLiveToken(value: String, user: String)

Credentials required to authenticate with Xbox Live and other linked services.

Parameters

value

The value of the token, used to authenticate with Xbox Live APIs.

user

The "hash" of the user who the token was generated for. Not to be confused with the user's actual ID, XUID.

Constructors

Link copied to clipboard
fun XboxLiveToken(value: String, user: String)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val user: String
Link copied to clipboard
val value: String