ResetBySessionParameters

data class ResetBySessionParameters(val password: String, val sessionDurationMinutes: UInt = DEFAULT_SESSION_TIME_MINUTES)

Data class used for wrapping parameters used with Passwords StrengthCheck endpoint

Constructors

Link copied to clipboard
constructor(password: String, sessionDurationMinutes: UInt = DEFAULT_SESSION_TIME_MINUTES)

Properties

Link copied to clipboard

is the new password to set

Link copied to clipboard

indicates how long the session should last before it expires