REPO_AUTH_SCOPES
constREPO_AUTH_SCOPES: readonly ["repo:read","repo:checkpoint-read","repo:checkpoint-generate","repo:write","repo:configure","repo:admin","repo:action-callback"]
The coarse repository capability scopes this SDK build knows about.
The access.resolve response types scopes as an open string, so a newer
backend can return a scope missing from this tuple. Use it to enumerate the
capabilities this build understands, not to validate a response.