PocketMine-MP 5.24.1 git-39e69276a1bbe86ebd583e834381e5bc73948564
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\login\JwtChainLinkBody Class Reference
+ Inheritance diagram for pocketmine\network\mcpe\protocol\types\login\JwtChainLinkBody:
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\login\JwtChainLinkBody:

Public Attributes

 $aud
 
int $exp
 
int $iat
 
string $identityPublicKey
 
string $iss
 
string $jti
 
int $nbf
 
string $sub
 

Detailed Description

Model for JsonMapper exposing the data in the login JWT chain links. TODO: extend this with more complete models

Definition at line 21 of file JwtChainLinkBody.php.

Member Data Documentation

◆ $aud

pocketmine\network\mcpe\protocol\types\login\JwtBodyRfc7519::$aud
inherited

Definition at line 25 of file JwtBodyRfc7519.php.

◆ $exp

int pocketmine\network\mcpe\protocol\types\login\JwtBodyRfc7519::$exp
inherited

Definition at line 26 of file JwtBodyRfc7519.php.

◆ $iat

int pocketmine\network\mcpe\protocol\types\login\JwtBodyRfc7519::$iat
inherited

Definition at line 28 of file JwtBodyRfc7519.php.

◆ $identityPublicKey

string pocketmine\network\mcpe\protocol\types\login\JwtChainLinkBody::$identityPublicKey

Definition at line 22 of file JwtChainLinkBody.php.

◆ $iss

string pocketmine\network\mcpe\protocol\types\login\JwtBodyRfc7519::$iss
inherited

Definition at line 22 of file JwtBodyRfc7519.php.

◆ $jti

string pocketmine\network\mcpe\protocol\types\login\JwtBodyRfc7519::$jti
inherited

Definition at line 29 of file JwtBodyRfc7519.php.

◆ $nbf

int pocketmine\network\mcpe\protocol\types\login\JwtBodyRfc7519::$nbf
inherited

Definition at line 27 of file JwtBodyRfc7519.php.

◆ $sub

string pocketmine\network\mcpe\protocol\types\login\JwtBodyRfc7519::$sub
inherited

Definition at line 23 of file JwtBodyRfc7519.php.


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