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

    Variable ClientOrganizationDiscoveryEnumConst

    ClientOrganizationDiscoveryEnum: {
        Email: "email";
        OrganizationName: "organization_name";
    } = ...

    Method for discovering organizations during the pre_login_prompt. email allows users to find their organization by entering their email address and performing domain matching, while organization_name requires users to enter the organization name directly. These methods can be combined.

    Type Declaration

    • ReadonlyEmail: "email"
    • ReadonlyOrganizationName: "organization_name"