Searched refs:Google_AuthException (Results 1 – 5 of 5) sorted by relevance
87 * @throws Google_AuthException157 * @throws Google_AuthException165 throw new Google_AuthException("Invalid token format");198 * @throws Google_AuthException281 throw new Google_AuthException("Invalid token format");295 * @throws Google_AuthException343 throw new Google_AuthException(405 throw new Google_AuthException("Invalid token signature: $jwt");428 throw new Google_AuthException(434 throw new Google_AuthException([all …]
39 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");
31 * @throws Google_AuthException40 throw new Google_AuthException("Unable to parse PEM: $pem");56 * @throws Google_AuthException62 throw new Google_AuthException('Signature verification error: ' . openssl_error_string());
45 * @throws Google_AuthException52 throw new Google_AuthException("No user_id in token");
317 * @throws Google_AuthException328 * @throws Google_AuthException426 class Google_AuthException extends Google_Exception {} class