JWT::urlsafeB64Encode()
Method: Encode a string with URL-safe Base64.
Source: vendor/firebase/php-jwt/src/JWT.php:380
Method: Encode a string with URL-safe Base64.
Source: vendor/firebase/php-jwt/src/JWT.php:380
Method: Helper method to create a JSON error.
Source: vendor/firebase/php-jwt/src/JWT.php:461
Method: Get the number of bytes in cryptographic strings.
Source: vendor/firebase/php-jwt/src/JWT.php:484
Method: Convert an ECDSA signature to an ASN.1 DER sequence
Source: vendor/firebase/php-jwt/src/JWT.php:498
Method: Encodes a value into a DER object.
Source: vendor/firebase/php-jwt/src/JWT.php:530
Class: JSON Web Token implementation, based on this spec: https://tools.ietf.org/html/rfc7519
Source: vendor/firebase/php-jwt/src/JWT.php:26
Method: Decodes a JWT string into a PHP object.
Source: vendor/firebase/php-jwt/src/JWT.php:83
Method: Converts and signs a PHP object or array into a JWT string.
Source: vendor/firebase/php-jwt/src/JWT.php:181
Method: Sign a string with a given key and algorithm.
Source: vendor/firebase/php-jwt/src/JWT.php:214
Method: Verify a signature with the message, key and method. Not all methods are symmetric, so we must have a separate verify and sign method.
Source: vendor/firebase/php-jwt/src/JWT.php:263