Skip to main content

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

NamespaceDescription
OEA-

Classes

ClassDescription
HandlePresentationA Task encapsulates a unit of work
HandleRevocationA Task encapsulates a unit of work
HandshakeRequest-
Presentation-
ProposePresentation-
RequestPresentation-
RevocationNotification-

Interfaces

InterfaceDescription
HandlePresentationArgs-
HandleRevocationArgsAsyncronously prepare a request credential message from a valid offerCredential for now supporting w3c verifiable credentials offers.
HandshakeRequestBodyNo specification available
PresentationBodySpecification: https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md#presentation
PrismRevocationBodyNo specification available
ProposePresentationBodySpecification: https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md#propose-presentation
RequestPresentationBodySpecification: https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md#request-presentation

Variables

VariableDescription
plugin-

References

CreatePresentation

Re-exports CreatePresentation


CreatePresentationArgs

Re-exports CreatePresentationArgs


CreatePresentationRequest

Re-exports CreatePresentationRequest


CreatePresentationRequestArgs

Re-exports CreatePresentationRequestArgs