@auth0/auth0-react
    Preparing search index...

    Type Alias Auth0ProviderWithConfigOptions<TUser>

    Auth0ProviderWithConfigOptions: Auth0ProviderBaseOptions<TUser> & Auth0ClientOptions & {
        client?: never;
    }

    Options for Auth0Provider when configuring Auth0 via domain and clientId. Use this type when building wrapper components around Auth0Provider.

    Type Parameters