Searched refs:allowedAlgs (Results 1 – 1 of 1) sorted by relevance
1447 * @param string|string[] $allowedAlgs1450 private function jwtDecode($idToken, $publicKey, $allowedAlgs) argument1452 $keys = $this->getFirebaseJwtKeys($publicKey, $allowedAlgs);1470 * @param string|string[] $allowedAlgs1473 private function getFirebaseJwtKeys($publicKey, $allowedAlgs) argument1481 if (empty($allowedAlgs)) {1498 if (is_string($allowedAlgs)) {1500 } elseif (is_array($allowedAlgs)) {1501 if (count($allowedAlgs) > 1) {1507 $allowedAlg = array_pop($allowedAlgs);