Skip to main content
Version: v0.15.0

SignRequestJwt

bodyobjectrequired
Example: {"id":"document1","content":"This is a sample document"}
audiencestring
Example: did:example:audience-12345
keyIdstring
Example: did:example:12345
expirationTimestring
Example: 2025-12-31T23:59:59Z
subjectstring
Example: subject-12345
typstring
Example: JWT
SignRequestJwt
{
"body": {
"id": "document1",
"content": "This is a sample document"
},
"audience": "did:example:audience-12345",
"keyId": "did:example:12345",
"expirationTime": "2025-12-31T23:59:59Z",
"subject": "subject-12345",
"typ": "JWT"
}