InvalidTokenError¶
- exception gafaelfawr.exceptions.InvalidTokenError¶
Bases:
OAuthBearerError
The provided token was invalid.
This corresponds to the
invalid_token
error in RFC 6750: “The access token provided is expired, revoked, malformed, or invalid for other reasons.”