Skip to main content

VerificationPolicies interface

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

These optional settings can be used to override some default checks that are performed on Presentations during verification.

Signature:

export interface VerificationPolicies

Properties

PropertyModifiersTypeDescription
audience?boolean(BETA) (Optional) policy to skip the audience check when set to false
credentialStatus?boolean(BETA) (Optional) policy to skip the revocation check (credentialStatus) when set to false
expirationDate?boolean(BETA) (Optional) policy to skip the expirationDate (exp) timestamp check when set to false
issuanceDate?boolean(BETA) (Optional) policy to skip the issuanceDate (nbf) timestamp check when set to false
now?number(BETA) (Optional) policy to over the now (current time) during the verification check (UNIX time in seconds)