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
/
StoredSecret
Stored
Secret
@
Serializable
data
class
StoredSecret
(
val
event
:
ClientEvent.GlobalAccountDataEvent
<
out
SecretEventContent
>
,
val
decryptedPrivateKey
:
String
)
Members
Constructors
Stored
Secret
Link copied to clipboard
constructor
(
event
:
ClientEvent.GlobalAccountDataEvent
<
out
SecretEventContent
>
,
decryptedPrivateKey
:
String
)
Properties
decrypted
Private
Key
Link copied to clipboard
@
SerialName
(
value
=
"decryptedPrivateKey"
)
val
decryptedPrivateKey
:
String
event
Link copied to clipboard
@
SerialName
(
value
=
"event"
)
val
event
:
ClientEvent.GlobalAccountDataEvent
<
out
SecretEventContent
>