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
/
Register
/
Response
Response
@
Serializable
data
class
Response
(
val
userId
:
UserId
,
val
deviceId
:
String
?
=
null
,
val
accessToken
:
String
?
=
null
,
val
accessTokenExpiresInMs
:
Long
?
=
null
,
val
refreshToken
:
String
?
=
null
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
userId
:
UserId
,
deviceId
:
String
?
=
null
,
accessToken
:
String
?
=
null
,
accessTokenExpiresInMs
:
Long
?
=
null
,
refreshToken
:
String
?
=
null
)
Properties
access
Token
Link copied to clipboard
@
SerialName
(
value
=
"access_token"
)
val
accessToken
:
String
?
access
Token
Expires
In
Ms
Link copied to clipboard
@
SerialName
(
value
=
"expires_in_ms"
)
val
accessTokenExpiresInMs
:
Long
?
device
Id
Link copied to clipboard
@
SerialName
(
value
=
"device_id"
)
val
deviceId
:
String
?
refresh
Token
Link copied to clipboard
@
SerialName
(
value
=
"refresh_token"
)
val
refreshToken
:
String
?
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
UserId