OAuthScope
Home > @backstage/core-plugin-api
> OAuthScope
An array of scopes, or a scope string formatted according to the auth provider, which is typically a space separated list.
Signature:
export type OAuthScope = string | string[];
Remarks
See the documentation for each auth provider for the list of scopes supported by each provider.