Lines Matching refs:Google_AuthException
87 * @throws Google_AuthException
115 …throw new Google_AuthException("Error fetching OAuth2 access token, message: '$response'", $reques…
157 * @throws Google_AuthException
162 throw new Google_AuthException('Could not json decode the token');
165 throw new Google_AuthException("Invalid token format");
198 * @throws Google_AuthException
221 throw new Google_AuthException("The OAuth 2.0 access token has expired, "
277 throw new Google_AuthException("Could not json decode the access token");
281 throw new Google_AuthException("Invalid token format");
288 throw new Google_AuthException("Error refreshing the OAuth2 token, message: '$body'", $code);
295 * @throws Google_AuthException
343 throw new Google_AuthException(
376 throw new Google_AuthException("Wrong number of segments in token: $jwt");
384 throw new Google_AuthException("Can't parse token envelope: " . $segments[0]);
391 throw new Google_AuthException("Can't parse token payload: " . $segments[1]);
405 throw new Google_AuthException("Invalid token signature: $jwt");
414 throw new Google_AuthException("No issue time in token: $json_body");
425 throw new Google_AuthException("No expiration time in token: $json_body");
428 throw new Google_AuthException(
434 throw new Google_AuthException(
438 throw new Google_AuthException(
447 throw new Google_AuthException("Wrong recipient, $aud != $required_audience: $json_body");