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

    Interface BrandingIdentifiers

    Identifier input display settings.

    interface BrandingIdentifiers {
        login_display?: Management.BrandingLoginDisplayEnum;
        otp_autocomplete?: boolean;
        phone_display?: BrandingPhoneDisplay;
    }
    Index

    Properties

    otp_autocomplete?: boolean

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

    phone_display?: BrandingPhoneDisplay