PrivateAccount

class PrivateAccount(val firstName: String, val lastName: String, val email: String, val password: String, val emailActivationCode: String, val cookieLabel: String? = uuid4().toString()) : RegisterParam

Deprecated

This belongs to the old flow, it is overridden by [PersonalAccount] it will be deleted when enabling the new flow

Constructors

Link copied to clipboard
constructor(firstName: String, lastName: String, email: String, password: String, emailActivationCode: String, cookieLabel: String? = uuid4().toString())

Properties

Link copied to clipboard
open val cookieLabel: String?
Link copied to clipboard
open val email: String
Link copied to clipboard
open val emailActivationCode: String
Link copied to clipboard
val firstName: String
Link copied to clipboard
val lastName: String
Link copied to clipboard
open override val name: String
Link copied to clipboard
open val password: String