implements
UnitEnum
What a client does when an MCP server answers that the scopes its token carries are insufficient.
Reauthorize
Ask the resource owner to grant the challenged scopes as well, then retry the request.
Fail
Raise InsufficientScopeException naming the scopes the server asked for, leaving the decision to the caller.
InsufficientScopeException