← Back to all provider errors
Google
unsupported_grant_type — Unsupported grant type
Grant type not supported for endpoint.
Riposte solution
The token endpoint doesn't support the grant type you used. If this happened in the context of Riposte, it might indicate a misconfiguration. Riposte typically uses authorization_code and refresh_token grants which are supported. Ensure you're not attempting an unsupported flow. Stick to the standard auth process or check if the token request being made is correct.
Quick facts
- Provider
- Endpoint / surface
- OAuth 2.0
- Status code
- 400
Why it happens
[Wrong grant_type value]
How to fix it
[Use supported grant types (authorization_code, refresh_token, etc.)]