VerifiedData
This object is only included in case the authorization status is 'authorization_response_verified'
authorization_response object
presentation_submissionobject
Object containing information about how the presented credentials fulfill the presentation definition requirements. Only if PE is used!
vp_token object
oneOf oneOf
- SingleObjectVpTokenPE
- SingleStringVpTokenPE
- MultipleVpTokens
- MultipleVpTokenDCQL
object
string
Array [
- SingleObjectVpTokenPE
- SingleStringVpTokenPE
object
string
]
object
credential_claims object[]
Array [
idstringrequired
The id of the query. Can be a presentation exchange id, a DCQL query or query set Id. Used by the RP to match the credential against the query
typestringrequired
The digital credential type. Can be a vct value, or for instance a json-ld type
claims object
The claims returned and deserialized in the form of a map, where the keys represent the claim names
property name*string
]
VerifiedData
{
"authorization_response": {
"presentation_submission": {},
"vp_token": {}
},
"credential_claims": [
{
"id": "string",
"type": "string",
"claims": {}
}
]
}