Table of Contents

Class AuthenticationMethodsUpdateRequest

Namespace
Auth0.ManagementApi.Models.Users
Assembly
Auth0.ManagementApi.dll
public class AuthenticationMethodsUpdateRequest
Inheritance
AuthenticationMethodsUpdateRequest
Inherited Members

Properties

Email

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

[JsonProperty("email")]
public string Email { get; set; }

Property Value

string

Name

A human-readable label to identify the authentication method.

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

PhoneNumber

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

[JsonProperty("phone_number")]
public string PhoneNumber { get; set; }

Property Value

string

PreferredAuthenticationMethod

The preferred authentication method for phone authentication method.

[JsonProperty("preferred_authentication_method")]
public string PreferredAuthenticationMethod { get; set; }

Property Value

string

TOTPSecret

[JsonProperty("totp_secret")]
public string TOTPSecret { get; set; }

Property Value

string

Type

The type of the authentication method

[JsonProperty("type")]
public string Type { get; set; }

Property Value

string