Class DeviceTrustLevel

Represents the ways in which we trust a device

Hierarchy

  • DeviceTrustLevel

Constructors

  • Parameters

    • crossSigningVerified: boolean
    • tofu: boolean
    • localVerified: boolean
    • trustCrossSignedDevices: boolean

    Returns DeviceTrustLevel

Properties

crossSigningVerified: boolean
localVerified: boolean
tofu: boolean
trustCrossSignedDevices: boolean

Methods

  • Returns

    true if this device is trusted from a user's key that is trusted on first use

    Returns boolean

Generated using TypeDoc