CreatePresentationJwtRequest
credentialsstring[]required
audiencestringrequired
keyIdstring
unwrapboolean
formatstring
Possible values: [vp+jwt, enveloped, jwt_vp]
noncestring
CreatePresentationJwtRequest
{
"credentials": [
"string"
],
"audience": "string",
"keyId": "string",
"unwrap": true,
"format": "vp+jwt",
"nonce": "string"
}