trixnity-client
Toggle table of contents
4.15.0
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client
/
MatrixClient
/
LoginInfo
Login
Info
data
class
LoginInfo
(
val
userId
:
UserId
,
val
deviceId
:
String
,
val
accessToken
:
String
,
val
refreshToken
:
String
?
)
Members
Constructors
Login
Info
Link copied to clipboard
constructor
(
userId
:
UserId
,
deviceId
:
String
,
accessToken
:
String
,
refreshToken
:
String
?
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
device
Id
Link copied to clipboard
val
deviceId
:
String
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
?
user
Id
Link copied to clipboard
val
userId
:
UserId