trixnity-clientserverapi-model
3.8.0
common
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
Login
/
Response
Response
@
Serializable
data
class
Response
(
val
userId
:
UserId
,
val
accessToken
:
String
,
val
accessTokenExpiresInMs
:
Long
?
=
null
,
val
refreshToken
:
String
?
=
null
,
val
deviceId
:
String
,
val
discoveryInformation
:
DiscoveryInformation
?
=
null
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
userId
:
UserId
,
accessToken
:
String
,
accessTokenExpiresInMs
:
Long
?
=
null
,
refreshToken
:
String
?
=
null
,
deviceId
:
String
,
discoveryInformation
:
DiscoveryInformation
?
=
null
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
access
Token
Expires
In
Ms
Link copied to clipboard
val
accessTokenExpiresInMs
:
Long
?
=
null
device
Id
Link copied to clipboard
val
deviceId
:
String
discovery
Information
Link copied to clipboard
val
discoveryInformation
:
DiscoveryInformation
?
=
null
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
?
=
null
user
Id
Link copied to clipboard
val
userId
:
UserId