Backstage
    Preparing search index...
    auth0Authenticator: OAuthAuthenticator<
        {
            audience: string
            | undefined;
            clientID: string;
            connection: string | undefined;
            connectionScope: string | undefined;
            domain: string;
            federated: boolean;
            helper: PassportOAuthAuthenticatorHelper;
            strategy: Strategy;
        },
        PassportProfile,
    > = ...