|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
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 |
@required
Definition at line 26 of file AuthenticationInfo.php.
| string pocketmine\network\mcpe\protocol\types\login\AuthenticationInfo::$Token |
@required
Definition at line 29 of file AuthenticationInfo.php.