@identity.com/dsr
Version:
The Dynamic Scope Request (DSR) javascript library provides capability around securely requesting credential information between an ID Requester and an ID Holder
35 lines (34 loc) • 788 B
JSON
{
"version": "1",
"requesterInfo": {
"app": {
"id": "TestPartnerApp",
"name": "TestPartnerApp",
"logo": "https://s-media-cache-ak0.pinimg.com/originals.png",
"description": "TestPartnerApp",
"primaryColor": "A80B00",
"secondaryColor": "FFFFFF"
},
"requesterId": "TestPartnerId"
},
"timestamp": "2018-07-22T14:06:35.879Z",
"credentialItems": [
{
"identifier": "credential-cvc:Identity-v1",
"constraints": {
"meta": {
"issuanceDate": {
"is": {
"$gt": 1509999999999
}
}
}
}
}
],
"channels": {
"eventsURL": "https://localhost/sr/events/abcd",
"payloadURL": "https://localhost/sr/payload/abcd"
},
"authorization": {}
}