Package ai.ancf.lmos.arc.api
Class UserContext
-
- All Implemented Interfaces:
@Serializable() public final class UserContext
-
-
Constructor Summary
Constructors Constructor Description UserContext(String userId, String userToken, List<ProfileEntry> profile)
-
Method Summary
Modifier and Type Method Description final StringgetUserId()final StringgetUserToken()final List<ProfileEntry>getProfile()-
-
Constructor Detail
-
UserContext
UserContext(String userId, String userToken, List<ProfileEntry> profile)
-
-
Method Detail
-
getUserToken
final String getUserToken()
-
getProfile
final List<ProfileEntry> getProfile()
-
-
-
-