TransferToken

data class TransferToken(val version: Int, val playerId: String, val targetServerId: String, val issuedAtMillis: Long, val expiresAtMillis: Long)

Immutable transfer token claims used for proxy routing.

Constructors

Link copied to clipboard
constructor(version: Int, playerId: String, targetServerId: String, issuedAtMillis: Long, expiresAtMillis: Long)

Properties

Link copied to clipboard

Expiration time in milliseconds since Unix Epoch.

Link copied to clipboard

Time of issuance in milliseconds since Unix Epoch.

Link copied to clipboard

Stable player identifier for routing.

Link copied to clipboard

Backend server identifier selected by the issuer.

Link copied to clipboard

Schema version of the token.