Back to Node Auth0

Interface UpdateBrandingIdentifiers

docs/interfaces/management.Management.UpdateBrandingIdentifiers.html

5.9.11.4 KB
Original Source

Interface UpdateBrandingIdentifiers

Identifier input display settings.

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

Index

Properties

login_display?otp_autocomplete?phone_display?

Properties

Optionallogin_display

login_display?: Management.UpdateBrandingLoginDisplayEnum

Optionalotp_autocomplete

otp_autocomplete?: boolean

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

Optionalphone_display

phone_display?: UpdateBrandingPhoneDisplay | null

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties login_displayotp_autocompletephone_display