Lockout

@Serializable
data class Lockout(val failureCount: Int, val durationSeconds: Int)

Data class representing a password policy lockout.

Constructors

Link copied to clipboard
constructor(failureCount: Int, durationSeconds: Int)

Properties

Link copied to clipboard
Link copied to clipboard