VerifiedDataOpts
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
]
VerifiedDataOpts
[
"vp_token",
"credentials_deserialized"
]