UnsupportedGrantTypeError¶
- exception gafaelfawr.exceptions.UnsupportedGrantTypeError¶
Bases:
OAuthError
The grant type is not supported.
This corresponds to the
unsupported_grant_type
error in RFC 6749: “The authorization grant type is not supported by the authorization server.”