Home
last modified time | relevance | path

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

/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php373 function verifySignedJwtWithCerts($jwt, $certs, $required_audience) { argument
446 if ($aud != $required_audience) {
447 throw new Google_AuthException("Wrong recipient, $aud != $required_audience: $json_body");