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-core
/
de.connect2x.trixnity.core.model.keys
/
DeviceKeys
Device
Keys
@
Serializable
data
class
DeviceKeys
(
val
userId
:
UserId
,
val
deviceId
:
String
,
val
algorithms
:
Set
<
EncryptionAlgorithm
>
,
val
keys
:
Keys
,
val
dehydrated
:
Boolean
?
=
null
)
Members
Constructors
Device
Keys
Link copied to clipboard
constructor
(
userId
:
UserId
,
deviceId
:
String
,
algorithms
:
Set
<
EncryptionAlgorithm
>
,
keys
:
Keys
,
dehydrated
:
Boolean
?
=
null
)
Properties
algorithms
Link copied to clipboard
@
SerialName
(
value
=
"algorithms"
)
val
algorithms
:
Set
<
EncryptionAlgorithm
>
dehydrated
Link copied to clipboard
@
SerialName
(
value
=
"dehydrated"
)
val
dehydrated
:
Boolean
?
device
Id
Link copied to clipboard
@
SerialName
(
value
=
"device_id"
)
val
deviceId
:
String
keys
Link copied to clipboard
@
SerialName
(
value
=
"keys"
)
val
keys
:
Keys
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
UserId