Options
All
  • Public
  • Public/Protected
  • All
Menu

Used to setup VerifiablePresentationManager global behavior

Hierarchy

  • VPMOptions

Index

Properties

Optional allowGetUnverified

allowGetUnverified: boolean

Allow to get values if both verifications are disabled. default, false.

Optional notThrow

notThrow: boolean

Avoid to throw exceptions. Useful for batch operation but is not a good practice. default, false.

Optional skipAddVerify

skipAddVerify: boolean

disable the verification when adding new items to manager control. default, false.

Optional skipGetVerify

skipGetVerify: boolean

disable the verification when getting managed values. default, false.

Generated using TypeDoc