ICredentialProvider interface
The interface definition for a sub-plugin that can issue and verify Verifiable Data (e.g. Verifiable Credentials and Presentations)
Signature:
export interface ICredentialProvider extends IssuerMethods, VerifierMethods
Extends: IssuerMethods, VerifierMethods
Remarks
Please see W3C Verifiable Credentials data model
Methods
Method | Description |
|---|---|
Checks if this provider can issue a credential or presentation in a particular format. | |
Checks if this provider can attempt to verify a document. | |
Lists the proof formats supported by this provider for a given key |