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-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.device
/
DehydratedDeviceData
/
DehydrationV2
Dehydration
V2
@
Serializable
data
class
DehydrationV2
(
val
devicePickle
:
String
,
val
nonce
:
String
)
:
DehydratedDeviceData
Members
Constructors
Dehydration
V2
Link copied to clipboard
constructor
(
devicePickle
:
String
,
nonce
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
algorithm
Link copied to clipboard
@
SerialName
(
value
=
"algorithm"
)
open
override
val
algorithm
:
String
device
Pickle
Link copied to clipboard
@
SerialName
(
value
=
"device_pickle"
)
val
devicePickle
:
String
nonce
Link copied to clipboard
@
SerialName
(
value
=
"nonce"
)
val
nonce
:
String