HandlePresentation
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / plugins/internal/oea / HandlePresentation
Class: HandlePresentation
Defined in: src/plugins/internal/oea/tasks/HandlePresentation.ts:11
A Task encapsulates a unit of work
args constructor parameter is mandatory if Args type given args constructor parameter is optional if no Args type given
Extends
- Task<- boolean,- HandlePresentationArgs>
Constructors
Constructor
new HandlePresentation(...
args: [HandlePresentationArgs]):HandlePresentation
Defined in: src/utils/tasks.ts:18
Parameters
| Parameter | Type | Description | 
|---|---|---|
| ... args | [ HandlePresentationArgs] | 
Returns
HandlePresentation
Inherited from
Methods
log()
log():
unknown
Defined in: src/utils/tasks.ts:26
Returns
unknown
Inherited from
run()
run(
ctx:Context):Promise<any>
Defined in: src/plugins/internal/oea/tasks/HandlePresentation.ts:12
Parameters
| Parameter | Type | 
|---|---|
| ctx | Context | 
Returns
Promise<any>