Back to Node Auth0

Interface UpdateUserAuthenticationMethodRequestContent

docs/interfaces/management.Management.UpdateUserAuthenticationMethodRequestContent.html

5.9.11.2 KB
Original Source

Interface UpdateUserAuthenticationMethodRequestContent

Example

{}Copy

interface UpdateUserAuthenticationMethodRequestContent {
name?: string;
preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum;
}

Index

Properties

name?preferred_authentication_method?

Properties

Optionalname

name?: string

A human-readable label to identify the authentication method.

Optionalpreferred_authentication_method

preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum

Preferred phone authentication method

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namepreferred_authentication_method