Home
last modified time | relevance | path

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

/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php87 * @throws Google_AuthException
157 * @throws Google_AuthException
165 throw new Google_AuthException("Invalid token format");
198 * @throws Google_AuthException
281 throw new Google_AuthException("Invalid token format");
295 * @throws Google_AuthException
343 throw new Google_AuthException(
405 throw new Google_AuthException("Invalid token signature: $jwt");
428 throw new Google_AuthException(
434 throw new Google_AuthException(
[all …]
H A 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");
H A 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());
H A DGoogle_LoginTicket.php45 * @throws Google_AuthException
52 throw new Google_AuthException("No user_id in token");
/plugin/authgoogle/google/
H A DGoogle_Client.php317 * @throws Google_AuthException
328 * @throws Google_AuthException
426 class Google_AuthException extends Google_Exception {} class