Options
All
  • Public
  • Public/Protected
  • All
Menu

The VirgilCardVerifier constructor options.

Hierarchy

  • IVirgilCardVerifierParams

Index

Properties

Optional verifySelfSignature

verifySelfSignature: undefined | false | true

Indicates whether the "self" signature of the cards should be verified. Self signature is a signature generated with the card's corresponding private key.

Optional verifyVirgilSignature

verifyVirgilSignature: undefined | false | true

Indicates whether the "virgil" signature of the cards should be verified. Virgil signature is appended to the list of card's signatures when the card is published.

Optional whitelists

whitelists: IWhitelist[]

Array of arrays of IVerifierCredentials objects to be used to verify additional signatures of the cards, if any.

If whitelists are provided, the card must have at least one signature from each whitelist.