Skip to main content

CredentialStatusPlugin class

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.

This plugin implements the ICredentialStatusVerifier interface.

This aggregates some to provide a second layer of validation when verifying Verifiable Credentials.

This is used for the discovery of information about the current status of a verifiable credential, such as whether it is suspended or revoked. The precise contents of the credential status information is determined by the specific credentialStatus type definition.

The results provided by this plugin depend on whether the required by the credential is installed.

Signature:

export declare class CredentialStatusPlugin implements IAgentPlugin

Implements: IAgentPlugin

Constructors

ConstructorModifiersDescription
(constructor)(registry)(BETA) Constructs a new instance of the CredentialStatusPlugin class

Properties

PropertyModifiersTypeDescription
methodsreadonlyICredentialStatusVerifier(BETA)