From 2fc7e789d828b3fc859760824261d2129a2c3705 Mon Sep 17 00:00:00 2001 From: "sudesh.shetty" Date: Wed, 14 Apr 2021 16:30:44 -0400 Subject: [PATCH] update verifiable credential wallet query - As per our discussion in #85, bringing credential queries in credential wallet inline with [vp-request-spec](https://w3c-ccg.github.io/vp-request-spec/#format) . - removed `proofPurpose` from Issue & Prove interfaces because according to verifiable credential data model specification - "A proof is typically attached to a verifiable presentation for authentication purposes and to a verifiable credential as a method of assertion." --- docs/interfaces.html | 122 +++++++++++++++++++++++++++---------------- 1 file changed, 78 insertions(+), 44 deletions(-) diff --git a/docs/interfaces.html b/docs/interfaces.html index 7032d27..8177fe9 100644 --- a/docs/interfaces.html +++ b/docs/interfaces.html @@ -154,7 +154,6 @@

Issue

Here are the options that can be used to produce a verifiable credential: