Class AuthenticationMethodUpdateRequest
- Namespace
- Auth0.ManagementApi.Models.Users
- Assembly
- Auth0.ManagementApi.dll
public class AuthenticationMethodUpdateRequest
- Inheritance
-
AuthenticationMethodUpdateRequest
- Inherited Members
Properties
Name
A human-readable label to identify the authentication method.
[JsonProperty("name")]
public string Name { get; set; }
Property Value
PreferredAuthenticationMethod
The preferred authentication method for phone authentication method.
[JsonProperty("preferred_authentication_method")]
public string PreferredAuthenticationMethod { get; set; }