Home
last modified time | relevance | path

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

/plugin/authgoogle/google/auth/
DGoogle_OAuth2.php87 * @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);
[all …]
DGoogle_P12Signer.php39 throw new Google_AuthException("Unable to parse the p12 file. " .
46 throw new Google_AuthException("No private key found in p12 file.");
50 throw new Google_AuthException("Unable to load private key in ");
62 throw new Google_AuthException(
66 throw new Google_AuthException("Unable to sign data");
DGoogle_PemVerifier.php31 * @throws Google_AuthException
40 throw new Google_AuthException("Unable to parse PEM: $pem");
56 * @throws Google_AuthException
62 throw new Google_AuthException('Signature verification error: ' . openssl_error_string());
DGoogle_LoginTicket.php45 * @throws Google_AuthException
52 throw new Google_AuthException("No user_id in token");
/plugin/authgoogle/google/
DGoogle_Client.php317 * @throws Google_AuthException
328 * @throws Google_AuthException
426 class Google_AuthException extends Google_Exception {} class