trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.authentication
/
WhoAmI
/
Response
Response
@
Serializable
data
class
Response
(
val
userId
:
UserId
,
val
deviceId
:
String
?
,
val
isGuest
:
Boolean
?
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
userId
:
UserId
,
deviceId
:
String
?
,
isGuest
:
Boolean
?
)
Properties
device
Id
Link copied to clipboard
@
SerialName
(
value
=
"device_id"
)
val
deviceId
:
String
?
is
Guest
Link copied to clipboard
@
SerialName
(
value
=
"is_guest"
)
val
isGuest
:
Boolean
?
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
UserId