True if this device has been verified via cross signing.
This does not take into account trustCrossSignedDevices
.
TODO: tofu magic wtf does this do?
True if the device has been marked as locally verified.
True if the client has been configured to trust cross-signed devices via CryptoApi#setTrustCrossSignedDevices.
True if this device has been signed by its owner (and that signature verified).
This doesn't necessarily mean that we have verified the device, since we may not have verified the owner's cross-signing key.
Readonly
crossTrue if this device has been verified via cross signing.
This does not take into account trustCrossSignedDevices
.
Readonly
localTrue if the device has been marked as locally verified.
Readonly
signedTrue if this device has been signed by its owner (and that signature verified).
This doesn't necessarily mean that we have verified the device, since we may not have verified the owner's cross-signing key.
Readonly
tofuTODO: tofu magic wtf does this do?
Check if we should consider this device "verified".
A device is "verified" if either:
true if this device is verified via any means.
Static
from
Represents the ways in which we trust a device.
Deprecated
Use DeviceVerificationStatus.