Skip to main content

ICredentialStatus type

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

Veramo plugin interface for plugins implementing both the manager and the verifier aspects of Credential Status flow.

Signature:

export type ICredentialStatus = ICredentialStatusVerifier & ICredentialStatusManager

References: ICredentialStatusVerifier, ICredentialStatusManager