Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php1452 $keys = $this->getFirebaseJwtKeys($publicKey, $allowedAlgs);
1473 private function getFirebaseJwtKeys($publicKey, $allowedAlgs) function in Google\\Auth\\OAuth2