Skip to main content

ICredentialStatusVerifier.checkCredentialStatus() method

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.

Checks the status of a Verifiable Credential.

Signature:
checkCredentialStatus(args: ICheckCredentialStatusArgs, context: IAgentContext<IResolver>): Promise<CredentialStatus>;

Parameters

ParameterTypeDescription
argsICheckCredentialStatusArgsThe credential to be checked, along with the DID document of the issuer.
contextIAgentContext<IResolver>*RESERVED* This is filled by the framework when the method is called.
Returns:

Promise<CredentialStatus>