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
/
KeySignatureTrustLevel
/
Valid
Valid
@
Serializable
@
SerialName
(
value
=
"valid"
)
data
class
Valid
(
val
verified
:
Boolean
)
:
KeySignatureTrustLevel
The key is valid or verified. This level will never be set on master keys.
Members
Members & Extensions
Constructors
Valid
Link copied to clipboard
constructor
(
verified
:
Boolean
)
Properties
is
Verified
Link copied to clipboard
val
KeySignatureTrustLevel
.
isVerified
:
Boolean
verified
Link copied to clipboard
val
verified
:
Boolean
Functions
to
Device
Trust
Level
Link copied to clipboard
fun
KeySignatureTrustLevel
?
.
toDeviceTrustLevel
(
)
:
DeviceTrustLevel
to
User
Trust
Level
Link copied to clipboard
fun
KeySignatureTrustLevel
?
.
toUserTrustLevel
(
)
:
UserTrustLevel