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

    Interface UpdateBrandingIdentifiers

    Identifier input display settings.

    interface UpdateBrandingIdentifiers {
        login_display?: Management.UpdateBrandingLoginDisplayEnum;
        otp_autocomplete?: boolean;
        phone_display?: UpdateBrandingPhoneDisplay | null;
    }
    Index

    Properties

    otp_autocomplete?: boolean

    Whether OTP autocomplete (autocomplete="one-time-code") is enabled.

    phone_display?: UpdateBrandingPhoneDisplay | null