trixnity-client
3.10.3
common
trixnity-client
/
net.folivo.trixnity.client.store
/
StoredSecret
Stored
Secret
@
Serializable
data
class
StoredSecret
(
val
event
:
Event.GlobalAccountDataEvent
<
out
SecretEventContent
>
,
val
decryptedPrivateKey
:
String
)
Members
Constructors
Stored
Secret
Link copied to clipboard
constructor
(
event
:
Event.GlobalAccountDataEvent
<
out
SecretEventContent
>
,
decryptedPrivateKey
:
String
)
Properties
decrypted
Private
Key
Link copied to clipboard
val
decryptedPrivateKey
:
String
event
Link copied to clipboard
val
event
:
Event.GlobalAccountDataEvent
<
out
SecretEventContent
>