The result of a signature verification of a signed JSON object.

Constructors

Accessors

Methods

Constructors

Accessors

  • get deviceState(): SignatureState
  • Give the backup signature state from the current device. See SignatureState for values

    Returns SignatureState

  • get userState(): SignatureState
  • Give the backup signature state from the current user identity. See SignatureState for values

    Returns SignatureState

Methods

  • Is the result considered to be trusted?

    This tells us if the result has a valid signature from any of the following:

    • Our own device
    • Our own user identity, provided the identity is trusted as well
    • Any of our own devices, provided the device is trusted as well

    Returns boolean