ResetByEmailParameters
data class ResetByEmailParameters( val token: String, val password: String, val sessionDurationMinutes: UInt = DEFAULT_SESSION_TIME_MINUTES)
Content copied to clipboard
Data class used for wrapping parameters used with Passwords ResetByEmail endpoint
Parameters
token
is the unique sequence of characters that should be received after calling the resetByEmailStart
password
is the private sequence of characters you wish to use as a password
sessionDurationMinutes
indicates how long the session should last before it expires
Constructors
Link copied to clipboard
fun ResetByEmailParameters( token: String, password: String, sessionDurationMinutes: UInt = DEFAULT_SESSION_TIME_MINUTES)
Content copied to clipboard