PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\login\AuthenticationInfo Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\login\AuthenticationInfo:

Public Attributes

int $AuthenticationType
 
string $Certificate
 
string $Token
 

Detailed Description

Model class for LoginPacket JSON data for JsonMapper

Definition at line 20 of file AuthenticationInfo.php.

Member Data Documentation

◆ $AuthenticationType

int pocketmine\network\mcpe\protocol\types\login\AuthenticationInfo::$AuthenticationType

@required

Definition at line 23 of file AuthenticationInfo.php.

◆ $Certificate

string pocketmine\network\mcpe\protocol\types\login\AuthenticationInfo::$Certificate

@required

Definition at line 26 of file AuthenticationInfo.php.

◆ $Token

string pocketmine\network\mcpe\protocol\types\login\AuthenticationInfo::$Token

@required

Definition at line 29 of file AuthenticationInfo.php.


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