Table of Contents

Class ConnectionPhoneOtpAuthenticationMethod

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Phone OTP authentication enablement

[Serializable]
public record ConnectionPhoneOtpAuthenticationMethod : IJsonOnDeserialized, IEquatable<ConnectionPhoneOtpAuthenticationMethod>
Inheritance
ConnectionPhoneOtpAuthenticationMethod
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Enabled

Determines whether phone OTP is enabled

[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.