InvalidGrantError¶
- exception gafaelfawr.exceptions.InvalidGrantError¶
Bases:
OAuthError
The provided authorization code is not valid.
This corresponds to the
invalid_grant
error in RFC 6749: “The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.”