InvalidClientError¶
- exception gafaelfawr.exceptions.InvalidClientError¶
Bases:
OAuthError
The provided client_id and client_secret could not be validated.
This corresponds to the
invalid_client
error in RFC 6749: “Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method).”