IVerifyCredentialArgs interface
Encapsulates the parameters required to verify a W3C Verifiable Credential
Signature:
export interface IVerifyCredentialArgs extends UsingResolutionOptions
Extends: UsingResolutionOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
credential | W3CVerifiableCredential | The Verifiable Credential object according to the canonical model or the JWT representation. The signer of the Credential is verified based on the | |
fetchRemoteContexts? | boolean | (Optional) When dealing with JSON-LD you also MUST provide the proper contexts. Set this to Defaults to | |
policies? | VerificationPolicies | (Optional) Overrides specific aspects of credential verification, where possible. |