JWT::jsonDecode()
Method: Decode a JSON string into a PHP object.
Source: vendor/firebase/php-jwt/src/JWT.php:310
Method: Decode a JSON string into a PHP object.
Source: vendor/firebase/php-jwt/src/JWT.php:310
Method: Parse a set of JWK keys
Source: vendor/firebase/php-jwt/src/JWK.php:36
Method: Parse a JWK key
Source: vendor/firebase/php-jwt/src/JWK.php:74
Method: Create a public key represented in PEM format from RSA modulus and exponent information
Source: vendor/firebase/php-jwt/src/JWK.php:116
Method: DER-encode the length
Source: vendor/firebase/php-jwt/src/JWK.php:162
Class:
Source: vendor/firebase/php-jwt/src/SignatureInvalidException.php:5
Class:
Source: vendor/firebase/php-jwt/src/ExpiredException.php:5
Class:
Source: vendor/firebase/php-jwt/src/BeforeValidException.php:5
Class: JSON Web Key implementation, based on this spec: https://tools.ietf.org/html/draft-ietf-jose-json-web-key-41
Source: vendor/firebase/php-jwt/src/JWK.php:21