Table of Contents

Class ConnectionAuthenticationMethods

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Options for enabling authentication methods.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

EmailOtp

[JsonPropertyName("email_otp")]
public ConnectionEmailOtpAuthenticationMethod? EmailOtp { get; set; }

Property Value

ConnectionEmailOtpAuthenticationMethod

Passkey

[JsonPropertyName("passkey")]
public ConnectionPasskeyAuthenticationMethod? Passkey { get; set; }

Property Value

ConnectionPasskeyAuthenticationMethod

Password

[JsonPropertyName("password")]
public ConnectionPasswordAuthenticationMethod? Password { get; set; }

Property Value

ConnectionPasswordAuthenticationMethod

PhoneOtp

[JsonPropertyName("phone_otp")]
public ConnectionPhoneOtpAuthenticationMethod? PhoneOtp { get; set; }

Property Value

ConnectionPhoneOtpAuthenticationMethod

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.