AuthorizationStatusRequest
correlation_idstringrequired
Unique identifier for the session
Example:
2cc29d1c-7d00-46f8-b0ae-b4779d2ff143
query_idstringrequired
Identifier for the presentation definition that specifies which credentials are required
Example:
ExampleSdJwtId
verified_data object
Controls what verified data to include in the response. Only applies when status is 'authorization_response_verified'. Either nothing (omit), or a combination of the vp_tokens and credential data deserialized (credentials_deserialized), depedning on the modes selected
modesVerifiedDataMode (string)[]
Possible values: [authorization_response
, vp_token
, credential_claims_deserialized
]
AuthorizationStatusRequest
{
"correlation_id": "2cc29d1c-7d00-46f8-b0ae-b4779d2ff143",
"query_id": "ExampleSdJwtId",
"verified_data": [
"vp_token",
"credentials_deserialized"
]
}