Skip to content

Commit f7de149

Browse files
authored
Merge pull request #199464 from barclayn/vc-presentation-callback
minor update
2 parents bf7a757 + 384c507 commit f7de149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/verifiable-credentials/presentation-request-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: rkarlin
88
ms.service: decentralized-identity
99
ms.topic: reference
1010
ms.subservice: verifiable-credentials
11-
ms.date: 10/08/2021
11+
ms.date: 05/26/2022
1212
ms.author: barclayn
1313

1414
#Customer intent: As an administrator, I am trying to learn the process of revoking verifiable credentials that I have issued.
@@ -208,7 +208,7 @@ The callback endpoint is called when a user scans the QR code, uses the deep lin
208208
| `code` |string |The code returned when the request was retrieved by the authenticator app. Possible values: <ul><li>`request_retrieved`: The user scanned the QR code or selected the link that starts the presentation flow.</li><li>`presentation_verified`: The verifiable credential validation completed successfully.</li></ul> |
209209
| `state` |string| Returns the state value that you passed in the original payload. |
210210
| `subject`|string | The verifiable credential user DID.|
211-
| `issuers`| array |Returns an array of verifiable credentials requested. For each verifiable credential, it provides: </li><li>The verifiable credential type.</li><li>The claims retrieved.</li><li>The verifiable credential issuer’s domain. </li><li>The verifiable credential issuer’s domain validation status. </li></ul> |
211+
| `issuers`| array |Returns an array of verifiable credentials requested. For each verifiable credential, it provides: </li><li>The verifiable credential type(s).</li><li>The issuer's DID</li><li>The claims retrieved.</li><li>The verifiable credential issuer’s domain. </li><li>The verifiable credential issuer’s domain validation status. </li></ul> |
212212
| `receipt`| string | Optional. The receipt contains the original payload sent from the wallet to the Verifiable Credentials service. The receipt should be used for troubleshooting/debugging only. The format in the receipt is not fix and can change based on the wallet and version used.|
213213

214214
The following example demonstrates a callback payload when the authenticator app starts the presentation request:

0 commit comments

Comments
 (0)