Searched refs:verifySignedJwtWithCerts (Results 1 – 1 of 1) sorted by relevance
368 return $this->verifySignedJwtWithCerts($id_token, $certs, $audience);373 function verifySignedJwtWithCerts($jwt, $certs, $required_audience) { function in Google_OAuth2