Table of Contents

Class ConnectionOptionsPasswordAuthenticationMethod

Namespace
Auth0.ManagementApi.Models.Connections
Assembly
Auth0.ManagementApi.dll

Password authentication enablement

public class ConnectionOptionsPasswordAuthenticationMethod : ConnectionOptionsAuthenticationMethodsBase
Inheritance
ConnectionOptionsPasswordAuthenticationMethod
Inherited Members

Properties

ApiBehavior

Specifies the API behavior for password authentication

[JsonProperty("api_behavior")]
[JsonConverter(typeof(StringEnumConverter))]
public ConnectionOptionsPasswordAuthenticationMethodApiBehavior? ApiBehavior { get; set; }

Property Value

ConnectionOptionsPasswordAuthenticationMethodApiBehavior?

EmailOtp

Email OTP authentication enablement

[JsonProperty("email_otp")]
public ConnectionOptionsEmailOtpAuthenticationMethod EmailOtp { get; set; }

Property Value

ConnectionOptionsEmailOtpAuthenticationMethod

PhoneOtp

Phone OTP authentication enablement

[JsonProperty("phone_otp")]
public ConnectionOptionsPhoneOtpAuthenticationMethod PhoneOtp { get; set; }

Property Value

ConnectionOptionsPhoneOtpAuthenticationMethod

SignupBehavior

Specifies the signup behavior for password authentication

[JsonProperty("signup_behavior")]
[JsonConverter(typeof(StringEnumConverter))]
public ConnectionOptionsPasswordAuthenticationMethodSignupBehavior? SignupBehavior { get; set; }

Property Value

ConnectionOptionsPasswordAuthenticationMethodSignupBehavior?