Skip to main content

CredentialPlugin.listUsableProofFormats() method

Returns a list of supported proof formats for verifiable data that this plugin can generate based on the specified issuer.

Signature:

listUsableProofFormats(did: IIdentifier, context: IssuerAgentContext): Promise<ProofFormat[]>;

Parameters

Parameter

Type

Description

did

IIdentifier

context

IssuerAgentContext

This reserved param is automatically added and handled by the framework, *do not override*

This API may change without a BREAKING CHANGE notice.

**Returns:**

Promise<ProofFormat[]>