Table of Contents

Class ConnectionPasswordAuthenticationMethod

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Password authentication enablement

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ApiBehavior

[JsonPropertyName("api_behavior")]
public ConnectionApiBehaviorEnum? ApiBehavior { get; set; }

Property Value

ConnectionApiBehaviorEnum?

Enabled

Determines whether passwords are enabled

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

Property Value

bool?

SignupBehavior

[JsonPropertyName("signup_behavior")]
public ConnectionSignupBehaviorEnum? SignupBehavior { get; set; }

Property Value

ConnectionSignupBehaviorEnum?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.