Optional
Readonly
assertSet whether to check the credential's not before date during verification. If true
, verification will fail if the credential is not active (ValidFrom is in the future).
Valid from date is the date a credential becomes valid.
Defaults to true
.
Optional
Readonly
assertSet whether to check the credential's expiry date during verification. If true
, verification will fail if the credential has expired (ValidUntil is in the past).
Defaults to true
.
Optional
Readonly
checkSet whether to check the credential's revocation status during verification. If true
, verification will fail if the credential has been revoked.
Revocation status represents the validity of the credential as determined by the issuer.
Defaults to true
.
Optional
Readonly
ecosystem?: { Configurations for Ecosystem operations.
Optional
Readonly
url?: stringOptional
Readonly
extensions?: readonly (MobileCredentialVerifier | EcosystemService)[]A list of extension modules to enable additional features.
Readonly
issuerDuration that an issuer is kept in the cache after it is added or re-added.
Readonly
revocationDuration that a revocation list is kept in the cache after it is added or re-added.
Optional
Readonly
trustedList of issuers we want to trust the credentials of.
Issuers defined here are cached up front. If this is empty, all issuers will be considered trusted.
Generated using TypeDoc
Options to configure when initialising a verifier: