ResetByExistingPasswordParameters

data class ResetByExistingPasswordParameters(val email: String, val existingPassword: String, val newPassword: 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(email: String, existingPassword: String, newPassword: String, sessionDurationMinutes: UInt = DEFAULT_SESSION_TIME_MINUTES)

Properties

Link copied to clipboard

is the account identifier for the account in the form of an Email address to identify which account's password you wish to start resetting

Link copied to clipboard

The user's existing password.

Link copied to clipboard

The new password for the user.

Link copied to clipboard

indicates how long the session should last before it expires