You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
// DID of user for signature generation
"did": "did:xxx:xxxxx",
// response from previous call to resolvePresentationRequest
"presentationRequest": "openid4vp://...",
// List of credential id's to share
"selectedCredentials": [
"urn:uuid:0382f5fb...56db2d07683e"
],
// Some explanation
"disclosures": {
"urn:uuid:9b2ea981-0501-4de2-b2f9-c886a6cbb143" : ["WyJiZ1I5OTdnRUVRNEU5bFpXNEhwVjRRPT0iLCJuYW1lIiwiSkZGIHggdmMtZWR1IFBsdWdGZXN0IDMgSW50ZXJvcGVyYWJpbGl0eSJd"]
},
"note": "a note for what?"
}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The example provided in the
/wallet-api/wallet/{wallet}/exchange/usePresentationRequest
endpoint is not instructive enough for a first-time user.The
did
field is easy to guess. But, what about thepresentationRequest
, theselectedCredentials
or thedisclosures
fields?I think there is room for improvement. The way it is it's more a spec reference than an example.
Describe the solution you'd like
Suggestion based on the docs.
The text was updated successfully, but these errors were encountered: