PocketMine-MP 5.24.1 git-39e69276a1bbe86ebd583e834381e5bc73948564
|
Public Attributes | |
string | $alg |
string | $x5t |
string | $x5u |
Definition at line 17 of file JwtHeader.php.
string pocketmine\network\mcpe\protocol\types\login\JwtHeader::$alg |
@required
Definition at line 19 of file JwtHeader.php.
string pocketmine\network\mcpe\protocol\types\login\JwtHeader::$x5t |
As of 2023-03-29, this field suddenly started appearing in JWTs returned by the Mojang authentication API. It's unclear whether this was intended, but it is part of the JWT spec, so it's not a problem to accept it.
Definition at line 27 of file JwtHeader.php.
string pocketmine\network\mcpe\protocol\types\login\JwtHeader::$x5u |
@required
Definition at line 21 of file JwtHeader.php.