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
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(BETA) (Optional) policy to skip the audience check when set to | ||
|
boolean |
(BETA) (Optional) policy to skip the revocation check (credentialStatus) when set to | ||
|
boolean |
(BETA) (Optional) policy to skip the expirationDate (exp) timestamp check when set to | ||
|
boolean |
(BETA) (Optional) policy to skip the issuanceDate (nbf) timestamp check when set to | ||
|
number |
(BETA) (Optional) policy to over the now (current time) during the verification check (UNIX time in seconds) |