Definition at line 36 of file AuthJwtHelper.php.
◆ validateLegacyAuthToken()
| static pocketmine\network\mcpe\auth\AuthJwtHelper::validateLegacyAuthToken |
( |
string | $jwt, |
|
|
?string | $expectedKeyDer ) |
|
static |
- Exceptions
-
| VerifyLoginException | if errors are encountered |
Definition at line 104 of file AuthJwtHelper.php.
◆ validateOpenIdAuthToken()
| static pocketmine\network\mcpe\auth\AuthJwtHelper::validateOpenIdAuthToken |
( |
string | $jwt, |
|
|
string | $signingKeyDer, |
|
|
string | $issuer, |
|
|
string | $audience ) |
|
static |
- Exceptions
-
| VerifyLoginException | if errors are encountered |
Definition at line 59 of file AuthJwtHelper.php.
◆ validateSelfSignedToken()
| static pocketmine\network\mcpe\auth\AuthJwtHelper::validateSelfSignedToken |
( |
string | $jwt, |
|
|
?string | $expectedKeyDer ) |
|
static |
◆ MOJANG_AUDIENCE
| const pocketmine\network\mcpe\auth\AuthJwtHelper::MOJANG_AUDIENCE = "api://auth-minecraft-services/multiplayer" |
The documentation for this class was generated from the following file: