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).”

error: ClassVar[str] = 'invalid_client'

The RFC 6749 or RFC 6750 error code for this exception.

message: ClassVar[str] = 'Unauthorized client'

The summary message to use when logging this error.