toggle menu
lmos-runtime
0.4.0
jvm
switch theme
search in API
lmos-runtime
/
ai.ancf.lmos.runtime.core.model
/
UserContext
User
Context
@
Serializable
@
SerialName
(
value
=
"userContext"
)
data
class
UserContext
(
val
userId
:
String
,
val
userToken
:
String
?
)
Members
Constructors
User
Context
Link copied to clipboard
constructor
(
userId
:
String
,
userToken
:
String
?
)
Properties
user
Id
Link copied to clipboard
val
userId
:
String
user
Token
Link copied to clipboard
val
userToken
:
String
?