F21
Definition at line 9 of file Jwt.php.
◆ decode()
OAuth2\Encryption\Jwt::decode |
( |
|
$jwt, |
|
|
|
$key = null , |
|
|
|
$allowedAlgorithms = true |
|
) |
| |
◆ encode()
OAuth2\Encryption\Jwt::encode |
( |
|
$payload, |
|
|
|
$key, |
|
|
|
$algo = 'HS256' |
|
) |
| |
◆ generateJwtHeader()
OAuth2\Encryption\Jwt::generateJwtHeader |
( |
|
$payload, |
|
|
|
$algorithm |
|
) |
| |
|
protected |
Override to create a custom header
Definition at line 153 of file Jwt.php.
◆ hash_equals()
OAuth2\Encryption\Jwt::hash_equals |
( |
|
$a, |
|
|
|
$b |
|
) |
| |
|
protected |
◆ urlSafeB64Decode()
OAuth2\Encryption\Jwt::urlSafeB64Decode |
( |
|
$b64 | ) |
|
◆ urlSafeB64Encode()
OAuth2\Encryption\Jwt::urlSafeB64Encode |
( |
|
$data | ) |
|
The documentation for this class was generated from the following file: