Table of Contents

Class FormFieldPasswordConfig

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record FormFieldPasswordConfig : IJsonOnDeserialized, IEquatable<FormFieldPasswordConfig>
Inheritance
FormFieldPasswordConfig
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Complexity

[JsonPropertyName("complexity")]
public bool? Complexity { get; set; }

Property Value

bool?

Hash

[JsonPropertyName("hash")]
public FormFieldPasswordConfigHashEnum? Hash { get; set; }

Property Value

FormFieldPasswordConfigHashEnum?

MaxLength

[JsonPropertyName("max_length")]
public int? MaxLength { get; set; }

Property Value

int?

MinLength

[JsonPropertyName("min_length")]
public int? MinLength { get; set; }

Property Value

int?

Nist

[JsonPropertyName("nist")]
public bool? Nist { get; set; }

Property Value

bool?

Placeholder

[JsonPropertyName("placeholder")]
public string? Placeholder { get; set; }

Property Value

string

StrengthMeter

[JsonPropertyName("strength_meter")]
public bool? StrengthMeter { 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.