PocketMine-MP 5.15.1 git-5ef247620a7c6301a849b54e5ef1009217729fc8
pocketmine\network\mcpe\protocol\types\login\AuthenticationData Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\login\AuthenticationData:

Public Attributes

string $displayName
 
string $identity
 
string $sandboxId = "RETAIL"
 
string $titleId = ""
 
string $XUID
 

Detailed Description

Model class for LoginPacket JSON data for JsonMapper

Definition at line 20 of file AuthenticationData.php.

Member Data Documentation

◆ $displayName

string pocketmine\network\mcpe\protocol\types\login\AuthenticationData::$displayName

@required

Definition at line 23 of file AuthenticationData.php.

◆ $identity

string pocketmine\network\mcpe\protocol\types\login\AuthenticationData::$identity

@required

Definition at line 26 of file AuthenticationData.php.

◆ $sandboxId

string pocketmine\network\mcpe\protocol\types\login\AuthenticationData::$sandboxId = "RETAIL"

Definition at line 28 of file AuthenticationData.php.

◆ $titleId

string pocketmine\network\mcpe\protocol\types\login\AuthenticationData::$titleId = ""

Definition at line 30 of file AuthenticationData.php.

◆ $XUID

string pocketmine\network\mcpe\protocol\types\login\AuthenticationData::$XUID

@required

Definition at line 33 of file AuthenticationData.php.


The documentation for this class was generated from the following file: