Back to Node Auth0

Interface SetUserAuthenticationMethods

docs/interfaces/management.Management.SetUserAuthenticationMethods.html

5.9.12.2 KB
Original Source

Interface SetUserAuthenticationMethods

interface SetUserAuthenticationMethods {
type: Management.AuthenticationTypeEnum;
preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum;
name?: string;
phone_number?: string;
email?: string;
totp_secret?: string;
}

Index

Properties

typepreferred_authentication_method?name?phone_number?email?totp_secret?

Properties

type

type: Management.AuthenticationTypeEnum

Optionalpreferred_authentication_method

preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum

Optionalname

name?: string

AA human-readable label to identify the authentication method.

Optionalphone_number

phone_number?: string

Applies to phone authentication methods only. The destination phone number used to send verification codes via text and voice.

Optionalemail

email?: string

Applies to email authentication methods only. The email address used to send verification messages.

Optionaltotp_secret

totp_secret?: string

Applies to totp authentication methods only. The base32 encoded secret for TOTP generation.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties typepreferred_authentication_methodnamephone_numberemailtotp_secret