|
PocketMine-MP 5.43.2 git-10285977bca624a6424b6c684dfc75cb8fb37c1a
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\login\AuthenticationInfo:Public Attributes | |
| int | $AuthenticationType |
| string | $Certificate |
| string | $Token |
Model class for LoginPacket JSON data for JsonMapper
Definition at line 20 of file AuthenticationInfo.php.
| int pocketmine\network\mcpe\protocol\types\login\AuthenticationInfo::$AuthenticationType |
@required
Definition at line 23 of file AuthenticationInfo.php.
| string pocketmine\network\mcpe\protocol\types\login\AuthenticationInfo::$Certificate |
Definition at line 25 of file AuthenticationInfo.php.
| string pocketmine\network\mcpe\protocol\types\login\AuthenticationInfo::$Token |
@required
Definition at line 28 of file AuthenticationInfo.php.