docs/interfaces/management.Management.SetUserAuthenticationMethods.html
interface SetUserAuthenticationMethods {
type: Management.AuthenticationTypeEnum;
preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum;
name?: string;
phone_number?: string;
email?: string;
totp_secret?: string;
}
typepreferred_authentication_method?name?phone_number?email?totp_secret?
type: Management.AuthenticationTypeEnum
Optionalpreferred_authentication_methodpreferred_authentication_method?: Management.PreferredAuthenticationMethodEnum
Optionalnamename?: string
AA human-readable label to identify the authentication method.
Optionalphone_numberphone_number?: string
Applies to phone authentication methods only. The destination phone number used to send verification codes via text and voice.
Optionalemailemail?: string
Applies to email authentication methods only. The email address used to send verification messages.
Optionaltotp_secrettotp_secret?: string
Applies to totp authentication methods only. The base32 encoded secret for TOTP generation.
Member Visibility
ThemeOSLightDark
Properties typepreferred_authentication_methodnamephone_numberemailtotp_secret