Length

@Serializable
data class Length(val min: Int, val max: Int)

Data class representing a password policy length.

Constructors

Link copied to clipboard
constructor(min: Int, max: Int)

Properties

Link copied to clipboard
val max: Int
Link copied to clipboard
val min: Int