Backstage
    Preparing search index...
    oidcAuthenticator: OAuthAuthenticator<
        {
            initializedPrompt: string
            | undefined;
            promise: Promise<
                {
                    client: BaseClient;
                    helper: PassportOAuthAuthenticatorHelper;
                    strategy: Strategy<OidcAuthResult, BaseClient>;
                },
            >;
        },
        OidcAuthResult,
    > = ...