Types

Link copied to clipboard
data object Blocked : UserTrustLevel

The users master key or a key, that signed this 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
data object Unknown : UserTrustLevel

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