kalium
common
logic
/
com.wire.kalium.logic.feature.register
/
RegisterParam
/
PrivateAccount
Private
Account
class
PrivateAccount
(
firstName
:
String
,
lastName
:
String
,
val
email
:
String
,
val
password
:
String
,
val
emailActivationCode
:
String
,
val
cookieLabel
:
String
?
=
uuid4().toString()
)
:
RegisterParam
Members
Constructors
Private
Account
Link copied to clipboard
constructor
(
firstName
:
String
,
lastName
:
String
,
email
:
String
,
password
:
String
,
emailActivationCode
:
String
,
cookieLabel
:
String
?
=
uuid4().toString()
)
Properties
cookie
Label
Link copied to clipboard
val
cookieLabel
:
String
?
email
Link copied to clipboard
val
email
:
String
email
Activation
Code
Link copied to clipboard
val
emailActivationCode
:
String
name
Link copied to clipboard
val
name
:
String
password
Link copied to clipboard
val
password
:
String