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