Result

data class Result(val profile: GameProfile) : Record

The result of a request to authenticate a player.

This allows for the authenticated profile to be provided to the server, to allow plugins to replace the authentication process with their own.

Constructors

Link copied to clipboard
constructor(profile: GameProfile)

Properties

Link copied to clipboard

The replacement authenticated profile to use.