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-client
/
de.connect2x.trixnity.client.store
/
Account
Account
@
Serializable
data
class
Account
(
val
olmPickleKey
:
String
?
,
val
baseUrl
:
String
?
=
null
,
val
userId
:
UserId
,
val
deviceId
:
String
,
val
accessToken
:
String
?
=
null
,
val
refreshToken
:
String
?
=
null
,
val
syncBatchToken
:
String
?
,
val
filter
:
Account.Filter
?
=
null
,
val
profile
:
Profile
?
=
null
)
Members
Constructors
Account
Link copied to clipboard
constructor
(
olmPickleKey
:
String
?
,
baseUrl
:
String
?
=
null
,
userId
:
UserId
,
deviceId
:
String
,
accessToken
:
String
?
=
null
,
refreshToken
:
String
?
=
null
,
syncBatchToken
:
String
?
,
filter
:
Account.Filter
?
=
null
,
profile
:
Profile
?
=
null
)
Types
Filter
Link copied to clipboard
@
Serializable
data
class
Filter
(
val
syncFilterId
:
String
,
val
syncOnceFilterId
:
String
,
val
eventTypesHash
:
String
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
?
base
Url
Link copied to clipboard
val
baseUrl
:
String
?
device
Id
Link copied to clipboard
val
deviceId
:
String
filter
Link copied to clipboard
val
filter
:
Account.Filter
?
olm
Pickle
Key
Link copied to clipboard
val
olmPickleKey
:
String
?
profile
Link copied to clipboard
val
profile
:
Profile
?
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
?
sync
Batch
Token
Link copied to clipboard
val
syncBatchToken
:
String
?
user
Id
Link copied to clipboard
val
userId
:
UserId