README
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / plugins/internal/oea
plugins/internal/oea
This export contains the OEA plugin for the Identus SDK Please use the following export
How to use
Typescript / esmodules
import * as OEA from "@hyperledger/identus-sdk/plugins/oea";
Or with cjs modules
const OEA = require("@hyperledger/identus-sdk/plugins/oea");
Namespaces
| Namespace | Description | 
|---|---|
| OEA | - | 
Classes
| Class | Description | 
|---|---|
| HandlePresentation | A Task encapsulates a unit of work | 
| HandleRevocation | A Task encapsulates a unit of work | 
| HandshakeRequest | - | 
| Presentation | - | 
| ProposePresentation | - | 
| RequestPresentation | - | 
| RevocationNotification | - | 
Interfaces
| Interface | Description | 
|---|---|
| HandlePresentationArgs | - | 
| HandleRevocationArgs | Asyncronously prepare a request credential message from a valid offerCredential for now supporting w3c verifiable credentials offers. | 
| HandshakeRequestBody | No specification available | 
| PresentationBody | Specification: https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md#presentation | 
| PrismRevocationBody | No specification available | 
| ProposePresentationBody | Specification: https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md#propose-presentation | 
| RequestPresentationBody | Specification: https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md#request-presentation | 
Variables
| Variable | Description | 
|---|---|
| plugin | - | 
References
CreatePresentation
Re-exports CreatePresentation
CreatePresentationArgs
Re-exports CreatePresentationArgs
CreatePresentationRequest
Re-exports CreatePresentationRequest
CreatePresentationRequestArgs
Re-exports CreatePresentationRequestArgs