ICredentialStatusVerifier.checkCredentialStatus() method
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.
Checks the status of a Verifiable Credential.
Signature:
checkCredentialStatus(args: ICheckCredentialStatusArgs, context: IAgentContext<IResolver>): Promise<CredentialStatus>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
The credential to be checked, along with the DID document of the issuer. | |
|
context |
*RESERVED* This is filled by the framework when the method is called. |
Promise<CredentialStatus>