Back to Node Auth0

Interface UpdateSettingsRequestContent

docs/interfaces/management.Management.UpdateSettingsRequestContent.html

5.9.11.6 KB
Original Source

Interface UpdateSettingsRequestContent

Example

{}Copy

interface UpdateSettingsRequestContent {
universal_login_experience?: Management.UniversalLoginExperienceEnum;
identifier_first?: boolean | null;
webauthn_platform_first_factor?: boolean | null;
}

Index

Properties

universal_login_experience?identifier_first?webauthn_platform_first_factor?

Properties

Optionaluniversal_login_experience

universal_login_experience?: Management.UniversalLoginExperienceEnum

Optionalidentifier_first

identifier_first?: boolean | null

Whether identifier first is enabled or not

Optionalwebauthn_platform_first_factor

webauthn_platform_first_factor?: boolean | null

Use WebAuthn with Device Biometrics as the first authentication factor

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties universal_login_experienceidentifier_firstwebauthn_platform_first_factor