OAuthAuthenticatorScopeOptions.transform
Home > @backstage/plugin-auth-node
> OAuthAuthenticatorScopeOptions
> transform
Signature:
transform?: (options: {
requested: Iterable<string>;
granted: Iterable<string>;
required: Iterable<string>;
additional: Iterable<string>;
}) => Iterable<string>;