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 |
|---|---|---|---|
|
The Verifiable Credential object according to the canonical model or the JWT representation. The signer of the Credential is verified based on the | |||
|
boolean |
(Optional) When dealing with JSON-LD you also MUST provide the proper contexts. Set this to Defaults to | ||
|
(Optional) Overrides specific aspects of credential verification, where possible. |