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

Public Attributes

string $alg
 
string $x5t
 
string $x5u
 

Detailed Description

Definition at line 17 of file JwtHeader.php.

Member Data Documentation

◆ $alg

string pocketmine\network\mcpe\protocol\types\login\JwtHeader::$alg

@required

Definition at line 19 of file JwtHeader.php.

◆ $x5t

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.

◆ $x5u

string pocketmine\network\mcpe\protocol\types\login\JwtHeader::$x5u

@required

Definition at line 21 of file JwtHeader.php.


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