CreateParameters

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

Data class used for wrapping parameters used with Passwords create endpoint

Constructors

Link copied to clipboard
constructor(email: String, password: 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 that you wish to use for account creation

Link copied to clipboard

is your private sequence of characters you wish to use when authenticating with the newly created account in the future

Link copied to clipboard

indicates how long the session should last before it expires