CreateOOBPresentationRequestArgs
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / overview / CreateOOBPresentationRequestArgs
Interface: CreateOOBPresentationRequestArgs
Defined in: src/edge-agent/didcomm/CreateOOBPresentationRequest.ts:12
Arguments for creating an out-of-band (OOB) presentation request invitation
Properties
| Property | Type | Description | Defined in | 
|---|---|---|---|
| accept? | string[] | Optional array of accepted protocols (defaults to ["didcomm/v2"]) | src/edge-agent/didcomm/CreateOOBPresentationRequest.ts:22 | 
| baseUrl? | string | Optional base URL for the invitation (deprecated, not used in current implementation) | src/edge-agent/didcomm/CreateOOBPresentationRequest.ts:14 | 
| from | DID | The DID of the verifier creating the presentation request | src/edge-agent/didcomm/CreateOOBPresentationRequest.ts:16 | 
| goal? | string | Optional human-readable goal description (defaults to "Request Presentation") | src/edge-agent/didcomm/CreateOOBPresentationRequest.ts:20 | 
| goalCode? | string | Optional goal code for the invitation (defaults to "verify-credential") | src/edge-agent/didcomm/CreateOOBPresentationRequest.ts:18 | 
| presentationRequest | RequestPresentation | The presentation request to include in the invitation | src/edge-agent/didcomm/CreateOOBPresentationRequest.ts:24 |