Types

Link copied to clipboard

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

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

The device key is cross signed.

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

The trust level could not be calculated.

Link copied to clipboard

There is a master key, but the device key has not been cross signed yet.

Link copied to clipboard

The timeline event cannot be trusted.

Link copied to clipboard

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

Link copied to clipboard
data class Valid(val verified: Boolean) : DeviceTrustLevel

The device key is valid, but not cross signed.