Home
last modified time | relevance | path

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

/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php368 return $this->verifySignedJwtWithCerts($id_token, $certs, $audience);
373 function verifySignedJwtWithCerts($jwt, $certs, $required_audience) { function in Google_OAuth2