UserTrustLevel

interface UserTrustLevel

Types

Link copied to clipboard

The users master key or a key, that signed this device key is blocked.

Link copied to clipboard
data class CrossSigned(val verified: Boolean) : UserTrustLevel

The user has cross signing enabled and all devices are cross signed.

Link copied to clipboard
data class Invalid(val reason: String) : UserTrustLevel

The trust level could not be calculated.

Link copied to clipboard
data class NotAllDevicesCrossSigned(val verified: Boolean) : UserTrustLevel

The user has cross signing enabled, but not all devices are cross signed.

Link copied to clipboard

There are no stored cross signing keys of this user yet.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard