Table of Contents

Class UpdateUserAuthenticationMethodRequestContent

Namespace
Auth0.ManagementApi.Users
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateUserAuthenticationMethodRequestContent : IEquatable<UpdateUserAuthenticationMethodRequestContent>
Inheritance
UpdateUserAuthenticationMethodRequestContent
Implements
Inherited Members
Extension Methods

Properties

Name

A human-readable label to identify the authentication method.

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

Property Value

string

PreferredAuthenticationMethod

Preferred phone authentication method

[JsonPropertyName("preferred_authentication_method")]
public PreferredAuthenticationMethodEnum? PreferredAuthenticationMethod { get; set; }

Property Value

PreferredAuthenticationMethodEnum?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.