OAuthBearerError¶
- exception gafaelfawr.exceptions.OAuthBearerError¶
Bases:
OAuthError
An error that can be returned as a
WWW-Authenticate
challenge.Represents the subset of OAuth 2.0 errors defined in RFC 6750 as valid errors to return in a
WWW-Authenticate
header. The string form of this exception is suitable for use as theerror_description
attribute of aWWW-Authenticate
header.