Skip to main content

ICredentialIssuer.listUsableProofFormats() method

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Returns a list of supported proof formats.

Signature:

listUsableProofFormats(identifier: IIdentifier, context: IAgentContext<{}>): Promise<Array<ProofFormat>>;

Parameters

ParameterTypeDescription
identifierIIdentifierThe identifier that may be used to sign a credential or presentation
contextIAgentContext<{}>

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<Array<ProofFormat>>