ResetByEmailParameters

data class ResetByEmailParameters(    val token: String,     val password: String,     val sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Data class used for wrapping parameters used with Passwords ResetByEmail endpoint

Constructors

Link copied to clipboard
fun ResetByEmailParameters(    token: String,     password: String,     sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Properties

Link copied to clipboard
val password: String

is the private sequence of characters you wish to use as a password

Link copied to clipboard
val sessionDurationMinutes: UInt

indicates how long the session should last before it expires

Link copied to clipboard
val token: String

is the unique sequence of characters that should be received after calling the resetByEmailStart