Skip to main content

CreatePresentation

@hyperledger/identus-sdk v7.0.0


@hyperledger/identus-sdk / overview / CreatePresentation

Class: CreatePresentation

Defined in: src/plugins/internal/oea/tasks/CreatePresentation.ts:20

Deprecated

Use CreatePresentation instead from @hyperledger/identus-sdk/plugins/oea

Extends

Constructors

Constructor

new CreatePresentation(...args: [CreatePresentationArgs]): CreatePresentation

Defined in: src/utils/tasks.ts:18

Parameters

ParameterTypeDescription
...args[CreatePresentationArgs]

Returns

CreatePresentation

Inherited from

Task.constructor

Methods

log()

log(): unknown

Defined in: src/utils/tasks.ts:26

Returns

unknown

Inherited from

Task.log


run()

run(ctx: Context): Promise<Presentation>

Defined in: src/plugins/internal/oea/tasks/CreatePresentation.ts:21

Parameters

ParameterType
ctxContext

Returns

Promise<Presentation>

Overrides

Task.run