ResetBySessionParameters

data class ResetBySessionParameters @JvmOverloads constructor(val password: String, val sessionDurationMinutes: Int = DEFAULT_SESSION_TIME_MINUTES)

Data class used for wrapping parameters used with Passwords StrengthCheck endpoint

Constructors

Link copied to clipboard
constructor(password: String, sessionDurationMinutes: Int = 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