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
EmailOtp
Email OTP authentication enablement
[JsonProperty("email_otp")]
public ConnectionOptionsEmailOtpAuthenticationMethod EmailOtp { get; set; }
Property Value
PhoneOtp
Phone OTP authentication enablement
[JsonProperty("phone_otp")]
public ConnectionOptionsPhoneOtpAuthenticationMethod PhoneOtp { get; set; }
Property Value
SignupBehavior
Specifies the signup behavior for password authentication
[JsonProperty("signup_behavior")]
[JsonConverter(typeof(StringEnumConverter))]
public ConnectionOptionsPasswordAuthenticationMethodSignupBehavior? SignupBehavior { get; set; }