toggle menu
trixnity-client
4.3.1
common
switch theme
search in API
trixnity-client
/
net.folivo.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
>