Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • SignatureVerification

Index

Constructors

Properties

Methods

Constructors

Properties

deviceState: SignatureState

Give the backup signature state from the current device. See SignatureState for values

userState: SignatureState

Give the backup signature state from the current user identity. See SignatureState for values

Methods

  • free(): void
  • Returns void

  • trusted(): boolean
  • 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

Generated using TypeDoc