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

    Interface UpdateSettingsResponseContent

    interface UpdateSettingsResponseContent {
        universal_login_experience?: Management.UniversalLoginExperienceEnum;
        identifier_first?: boolean;
        webauthn_platform_first_factor?: boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    universal_login_experience?: Management.UniversalLoginExperienceEnum
    identifier_first?: boolean

    Whether identifier first is enabled or not

    webauthn_platform_first_factor?: boolean

    Use WebAuthn with Device Biometrics as the first authentication factor