Class ConnectionOptionsPasswordComplexityOptions
- Namespace
- Auth0.ManagementApi.Models.Connections
- Assembly
- Auth0.ManagementApi.dll
Password complexity options
public class ConnectionOptionsPasswordComplexityOptions
- Inheritance
-
ConnectionOptionsPasswordComplexityOptions
- Inherited Members
Properties
MinLength
Minimum password length
[JsonProperty("min_length")]
public int MinLength { get; set; }