Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php1447 * @param string|string[] $allowedAlgs
1450 private function jwtDecode($idToken, $publicKey, $allowedAlgs) argument
1452 $keys = $this->getFirebaseJwtKeys($publicKey, $allowedAlgs);
1470 * @param string|string[] $allowedAlgs
1473 private function getFirebaseJwtKeys($publicKey, $allowedAlgs) argument
1481 if (empty($allowedAlgs)) {
1498 if (is_string($allowedAlgs)) {
1500 } elseif (is_array($allowedAlgs)) {
1501 if (count($allowedAlgs) > 1) {
1507 $allowedAlg = array_pop($allowedAlgs);