trixnity-clientserverapi-model
Toggle table of contents
4.17.1
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.devices
/
DehydratedDeviceData
Dehydrated
Device
Data
@
Serializable
(
with
=
DehydratedDeviceDataSerializer::class
)
sealed
interface
DehydratedDeviceData
Inheritors
DehydrationV2
DehydrationV2Compatibility
Unknown
Members
Types
Dehydration
V2
Link copied to clipboard
@
Serializable
data
class
DehydrationV2
(
val
devicePickle
:
String
,
val
nonce
:
String
)
:
DehydratedDeviceData
Dehydration
V2Compatibility
Link copied to clipboard
@
Serializable
data
class
DehydrationV2Compatibility
(
val
iv
:
String
,
val
encryptedDevicePickle
:
String
,
val
mac
:
String
)
:
DehydratedDeviceData
Unknown
Link copied to clipboard
data
class
Unknown
(
val
algorithm
:
String
,
val
raw
:
JsonObject
)
:
DehydratedDeviceData
Properties
algorithm
Link copied to clipboard
abstract
val
algorithm
:
String