toggle menu
arc-api
0.89.0
jvm
switch theme
search in API
arc-api
/
ai.ancf.lmos.arc.api
/
UserContext
User
Context
@
Serializable
data
class
UserContext
(
val
userId
:
String
,
val
userToken
:
String
?
=
null
,
val
profile
:
List
<
ProfileEntry
>
)
Members
Constructors
User
Context
Link copied to clipboard
constructor
(
userId
:
String
,
userToken
:
String
?
=
null
,
profile
:
List
<
ProfileEntry
>
)
Properties
profile
Link copied to clipboard
val
profile
:
List
<
ProfileEntry
>
user
Id
Link copied to clipboard
val
userId
:
String
user
Token
Link copied to clipboard
val
userToken
:
String
?
=
null