Skip to main content
Version: Next

ScmAuthTokenOptions.additionalScope

Home > @backstage/integration-react > ScmAuthTokenOptions > additionalScope

Whether to request additional access scope.

Read access to user, organization, and repositories is always included.

Signature:

additionalScope?: {
repoWrite?: boolean;
customScopes?: {
github?: string[];
azure?: string[];
bitbucket?: string[];
gitlab?: string[];
};
};