error code and optional error_description.
Token errors
Consent redirect errors
These appear as query parameters on yourredirect_uri:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
OAuth error codes for token, revoke, and consent redirects.
error code and optional error_description.
error | Typical cause |
|---|---|
invalid_client | Unknown client id or wrong client secret |
invalid_grant | Invalid, expired, or reused code; redirect URI mismatch; invalid refresh token |
invalid_request | Missing required parameters |
unsupported_grant_type | Grant type other than authorization_code or refresh_token |
invalid_token | Invalid or missing access token on protected endpoints |
redirect_uri:
error | Meaning |
|---|---|
access_denied | User denied access |
consent_required | consent=skip was set but new scopes need an interactive consent screen |
{
"error": "invalid_grant",
"error_description": "Authorization code is invalid or expired"
}
Was this page helpful?
