Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
UpdateUserAuthenticationMethodRequestContent
Interface UpdateUserAuthenticationMethodRequestContent
Example
{}
Copy
interface
UpdateUserAuthenticationMethodRequestContent
{
name
?:
string
;
preferred_authentication_method
?:
Management
.
PreferredAuthenticationMethodEnum
;
}
Index
Properties
name?
preferred_
authentication_
method?
Properties
Optional
name
name
?:
string
A human-readable label to identify the authentication method.
Optional
preferred_
authentication_
method
preferred_authentication_method
?:
Management
.
PreferredAuthenticationMethodEnum
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
preferred_
authentication_
method
Auth0 Node.js SDK - v5.0.0
Loading...
Example