CreateOOBOfferArgs
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / overview / CreateOOBOfferArgs
Interface: CreateOOBOfferArgs
Defined in: src/edge-agent/didcomm/CreateOOBOffer.ts:11
Arguments for creating an out-of-band (OOB) offer invitation
Properties
| Property | Type | Description | Defined in | 
|---|---|---|---|
| accept? | string[] | Optional array of accepted protocols (defaults to ["didcomm/v2"]) | src/edge-agent/didcomm/CreateOOBOffer.ts:21 | 
| baseUrl? | string | Optional base URL for the invitation (deprecated, not used in current implementation) | src/edge-agent/didcomm/CreateOOBOffer.ts:13 | 
| from | DID | The DID of the issuer creating the offer | src/edge-agent/didcomm/CreateOOBOffer.ts:15 | 
| goal? | string | Optional human-readable goal description (defaults to "Issue Credential") | src/edge-agent/didcomm/CreateOOBOffer.ts:19 | 
| goalCode? | string | Optional goal code for the invitation (defaults to "issue-vc") | src/edge-agent/didcomm/CreateOOBOffer.ts:17 | 
| offer | OfferCredential | The credential offer to include in the invitation | src/edge-agent/didcomm/CreateOOBOffer.ts:23 |