trixnity-clientserverapi-model
3.0.0-beta3
trixnity-clientserverapi-model
/
net.folivo.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
)
Constructors
Properties
Constructors
Response
Link copied to clipboard
fun
Response
(
userId
:
UserId
,
deviceId
:
String
?
=
null
,
accessToken
:
String
?
=
null
,
accessTokenExpiresInMs
:
Long
?
=
null
,
refreshToken
:
String
?
=
null
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
?
=
null
access
Token
Expires
In
Ms
Link copied to clipboard
val
accessTokenExpiresInMs
:
Long
?
=
null
device
Id
Link copied to clipboard
val
deviceId
:
String
?
=
null
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
?
=
null
user
Id
Link copied to clipboard
val
userId
:
UserId