toggle menu
lib
0.0.9
common
switch theme
search in API
lib
/
com.wepin.cm.loginlib.types.network
/
AppUser
App
User
@
Serializable
data
class
AppUser
(
val
userId
:
String
,
val
email
:
String
,
val
name
:
String
,
val
locale
:
String
,
val
currency
:
String
,
val
lastAccessDevice
:
String
,
val
lastSessionIP
:
String
,
val
userJoinStage
:
UserJoinStage
,
val
profileImage
:
String
,
val
userState
:
UserState
,
val
use2FA
:
Int
)
Members
Constructors
App
User
Link copied to clipboard
constructor
(
userId
:
String
,
email
:
String
,
name
:
String
,
locale
:
String
,
currency
:
String
,
lastAccessDevice
:
String
,
lastSessionIP
:
String
,
userJoinStage
:
UserJoinStage
,
profileImage
:
String
,
userState
:
UserState
,
use2FA
:
Int
)
Properties
currency
Link copied to clipboard
val
currency
:
String
email
Link copied to clipboard
val
email
:
String
last
Access
Device
Link copied to clipboard
val
lastAccessDevice
:
String
last
Session
IP
Link copied to clipboard
val
lastSessionIP
:
String
locale
Link copied to clipboard
val
locale
:
String
name
Link copied to clipboard
val
name
:
String
profile
Image
Link copied to clipboard
val
profileImage
:
String
use2FA
Link copied to clipboard
val
use2FA
:
Int
user
Id
Link copied to clipboard
val
userId
:
String
user
Join
Stage
Link copied to clipboard
val
userJoinStage
:
UserJoinStage
user
State
Link copied to clipboard
val
userState
:
UserState