Table of Contents

Class ConnectionEmailOtpAuthenticationMethod

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Email OTP authentication enablement

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Enabled

Determines whether email 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.