Skip to main content

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

PropertyTypeDescriptionDefined in
accept?string[]Optional array of accepted protocols (defaults to ["didcomm/v2"])src/edge-agent/didcomm/CreateOOBOffer.ts:21
baseUrl?stringOptional base URL for the invitation (deprecated, not used in current implementation)src/edge-agent/didcomm/CreateOOBOffer.ts:13
fromDIDThe DID of the issuer creating the offersrc/edge-agent/didcomm/CreateOOBOffer.ts:15
goal?stringOptional human-readable goal description (defaults to "Issue Credential")src/edge-agent/didcomm/CreateOOBOffer.ts:19
goalCode?stringOptional goal code for the invitation (defaults to "issue-vc")src/edge-agent/didcomm/CreateOOBOffer.ts:17
offerOfferCredentialThe credential offer to include in the invitationsrc/edge-agent/didcomm/CreateOOBOffer.ts:23