• C2PA
  • DID
  • JOSE
  • Keys
  • W3C VC
  • Uncategorized
  • view all 34 symbols
  • Teddybear
  • W3C VC
    • verifyCredential
function verifyCredential
verifyCredential(
document: object,
context_loader: ContextLoader,
options?: W3CVerifyOptions | null,
): Promise<VerificationResult>

Verify the provided verifiable credential.

Parameters

document: object
context_loader: ContextLoader
optional
options: W3CVerifyOptions | null

Return Type

Promise<VerificationResult>

Document Navigation

  • Parameters
    • document
    • context_loader
    • options
  • Return Type