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 | ||
|
context |
This reserved param is automatically added and handled by the framework, *do not override* This API may change without a BREAKING CHANGE notice. |
Promise<ProofFormat[]>