IdHub/oidc4vp/templates/credentials/verifiable_presentation.json
Cayo Puigdefabregas cd2b5404fb fix sing vp
2024-06-06 17:06:30 +02:00

12 lines
197 B
JSON

{
"@context": [
"https://www.w3.org/2018/credentials/v1"
],
"id": "{{ id }}",
"type": [
"VerifiablePresentation"
],
"holder": "{{ holder_did }}",
"verifiableCredential": ""
}