Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php36 public static function parseKeySet(array $jwks): array function in Firebase\\JWT\\JWK
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md201 // JWK::parseKeySet($jwks) returns an associative array of **kid** to Firebase\JWT\Key
203 JWT::decode($payload, JWK::parseKeySet($jwks));