Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Sep 3, 2024
1 parent a6b5b21 commit c2016c7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions lib/OID4Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,18 +178,25 @@ export class OID4Client {
}
}

// wallet / client receives credential:
// wallet / client receives credential(s):
/* Note: The credential is not wrapped here in a VP in the current spec:
HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store
{
"format": "ldp_vc"
"format": "ldp_vc",
"credential" : {...}
}
OR (if multiple VCs *of the same type* were issued)
{
"format": "ldp_vc",
"credentials" : {...}
}
OR (if multiple `requests` were given)
{
Expand Down

0 comments on commit c2016c7

Please sign in to comment.