Auth0 Node.js SDK - v5.2.0
    Preparing search index...

    Type Alias NormalizedClientOptionsWithAuth<T>

    NormalizedClientOptionsWithAuth: NormalizedClientOptions<T> & {
        authProvider: AuthProvider;
    }

    Type Parameters