trixnity-core
Toggle table of contents
4.16.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.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
?
=
null
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