trixnity-client
Toggle table of contents
4.17.0
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.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