Class DeviceVerificationStatus

Hierarchy

Constructors

Properties

crossSigningVerified: boolean

True if this device has been verified via cross signing.

This does not take into account trustCrossSignedDevices.

localVerified: boolean

True if the device has been marked as locally verified.

signedByOwner: boolean

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.

tofu: boolean

TODO: tofu magic wtf does this do?

trustCrossSignedDevices: boolean

True if the client has been configured to trust cross-signed devices via setTrustCrossSignedDevices.

Methods

  • Check if we should consider this device "verified".

    A device is "verified" if either:

    Returns boolean

    true if this device is verified via any means.

Generated using TypeDoc