toggle menu
app
androidJvm
switch theme
search in API
app
/
com.qwict.svkandroid.common
/
DecodedPayload
Decoded
Payload
data
class
DecodedPayload
(
val
userId
:
Int
,
val
email
:
String
,
val
role
:
String
,
val
iat
:
Int
,
val
exp
:
Int
)
Members
Constructors
Decoded
Payload
Link copied to clipboard
constructor
(
userId
:
Int
,
email
:
String
,
role
:
String
,
iat
:
Int
,
exp
:
Int
)
Properties
email
Link copied to clipboard
val
email
:
String
exp
Link copied to clipboard
val
exp
:
Int
iat
Link copied to clipboard
val
iat
:
Int
role
Link copied to clipboard
val
role
:
String
user
Id
Link copied to clipboard
val
userId
:
Int