Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
This is the complete list of members for JWT, including all inherited members.
$leeway | JWT | static |
$timestamp | JWT | static |
array< string, $supported_algs=['ES384'=> | JWT | static |
constantTimeEquals(string $left, string $right) | JWT | static |
decode(string $jwt, $keyOrKeyArray) | JWT | static |
encode(array $payload, $key, string $alg, string $keyId=null, array $head=null) | JWT | static |
jsonDecode(string $input) | JWT | static |
jsonEncode(array $input) | JWT | static |
sign(string $msg, $key, string $alg) | JWT | static |
urlsafeB64Decode(string $input) | JWT | static |
urlsafeB64Encode(string $input) | JWT | static |