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