AuthConnectorCreateSessionOptions
Home > @backstage/core-app-api > AuthConnectorCreateSessionOptions
Signature:
export type AuthConnectorCreateSessionOptions = {
    scopes: Set<string>;
    instantPopup?: boolean;
};
Home > @backstage/core-app-api > AuthConnectorCreateSessionOptions
Signature:
export type AuthConnectorCreateSessionOptions = {
    scopes: Set<string>;
    instantPopup?: boolean;
};