OID4VPAuthorizationResponse
vp_tokenobjectrequired
VP Token with credential ID to presentations mapping
Example: 
{"identity_credential":["eyJhbGciOiJFUzI1NiJ9..."]}statestringrequired
State parameter from the authorization request
Example: 
state123OID4VPAuthorizationResponse
{
  "vp_token": {
    "identity_credential": [
      "eyJhbGciOiJFUzI1NiJ9..."
    ]
  },
  "state": "state123"
}