|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Inheritance diagram for pocketmine\network\mcpe\protocol\types\login\legacy\LegacyAuthJwtBody:
Collaboration diagram for pocketmine\network\mcpe\protocol\types\login\legacy\LegacyAuthJwtBody:Public Attributes | |
| $aud | |
| int | $exp |
| int | $iat |
| string | $identityPublicKey |
| string | $iss |
| string | $jti |
| int | $nbf |
| string | $sub |
Model for JsonMapper exposing the data in the login JWT chain links. TODO: extend this with more complete models
Definition at line 23 of file LegacyAuthJwtBody.php.
|
inherited |
Definition at line 25 of file JwtBodyRfc7519.php.
|
inherited |
Definition at line 26 of file JwtBodyRfc7519.php.
|
inherited |
Definition at line 28 of file JwtBodyRfc7519.php.
| string pocketmine\network\mcpe\protocol\types\login\legacy\LegacyAuthJwtBody::$identityPublicKey |
Definition at line 24 of file LegacyAuthJwtBody.php.
|
inherited |
Definition at line 22 of file JwtBodyRfc7519.php.
|
inherited |
Definition at line 29 of file JwtBodyRfc7519.php.
|
inherited |
Definition at line 27 of file JwtBodyRfc7519.php.
|
inherited |
Definition at line 23 of file JwtBodyRfc7519.php.