PocketMine-MP 5.44.4 git-bc94a0da0c87abe7eb99d229a9ec672b3c405d11
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody Class Reference
+ Inheritance diagram for pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody:
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody:

Public Attributes

int $ap
 
 $aud
 
string $cpk
 
int $exp
 
int $iat
 
string $iss
 
string $jti
 
string $leguuid
 
string $mid
 
int $nbf
 
string $nid
 
string $nname
 
string $pid
 
string $pname
 
string $sub
 
string $xid
 
string $xname
 

Detailed Description

Mostly the same as the xbox token but with some weird differences

Definition at line 22 of file SelfSignedJwtBody.php.

Member Data Documentation

◆ $ap

int pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody::$ap

Definition at line 36 of file SelfSignedJwtBody.php.

◆ $aud

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

Definition at line 25 of file JwtBodyRfc7519.php.

◆ $cpk

string pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody::$cpk

@required

Definition at line 25 of file SelfSignedJwtBody.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.

◆ $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.

◆ $leguuid

string pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody::$leguuid

@required

Definition at line 28 of file SelfSignedJwtBody.php.

◆ $mid

string pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody::$mid

@required

Definition at line 34 of file SelfSignedJwtBody.php.

◆ $nbf

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

Definition at line 27 of file JwtBodyRfc7519.php.

◆ $nid

string pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody::$nid

Definition at line 41 of file SelfSignedJwtBody.php.

◆ $nname

string pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody::$nname

Definition at line 42 of file SelfSignedJwtBody.php.

◆ $pid

string pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody::$pid

Definition at line 44 of file SelfSignedJwtBody.php.

◆ $pname

string pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody::$pname

Definition at line 45 of file SelfSignedJwtBody.php.

◆ $sub

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

Definition at line 23 of file JwtBodyRfc7519.php.

◆ $xid

string pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody::$xid

Definition at line 47 of file SelfSignedJwtBody.php.

◆ $xname

string pocketmine\network\mcpe\protocol\types\login\openid\SelfSignedJwtBody::$xname

@required

Definition at line 31 of file SelfSignedJwtBody.php.


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