Home
last modified time | relevance | path

Searched refs:supported_algs (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php56 public static $supported_algs = [ variable in Firebase\\JWT\\JWT
125 if (empty(static::$supported_algs[$header->alg])) {
226 if (empty(static::$supported_algs[$alg])) {
229 list($function, $algorithm) = static::$supported_algs[$alg];
287 if (empty(static::$supported_algs[$alg])) {
291 list($function, $algorithm) = static::$supported_algs[$alg];