InsufficientScopeError¶
- exception gafaelfawr.exceptions.InsufficientScopeError¶
Bases:
OAuthBearerError
The provided token does not have the right authorization scope.
This corresponds to the
insufficient_scope
error in RFC 6750: “The request requires higher privileges than provided by the access token.”