trixnity-client
3.8.0
common
trixnity-client
/
net.folivo.trixnity.client.store
/
KeyVerificationState
Key
Verification
State
@
Serializable
interface
KeyVerificationState
Inheritors
Verified
Blocked
Members
Types
Blocked
Link copied to clipboard
@
Serializable
data
class
Blocked
(
val
keyValue
:
String
)
:
KeyVerificationState
This key has been blocked.
Verified
Link copied to clipboard
@
Serializable
data
class
Verified
(
val
keyValue
:
String
)
:
KeyVerificationState
This key has been verified.
Properties
key
Value
Link copied to clipboard
abstract
val
keyValue
:
String