Skip to main content

ICheckCredentialStatusArgs interface

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.

Arguments for calling checkCredentialStatus.

The credential whose status should be checked and the DID document of the credential issuer.

See Credential Status

This API may change without a BREAKING CHANGE notice.

Signature:

export interface ICheckCredentialStatusArgs

Properties

PropertyModifiersTypeDescription
credentialVerifiableCredential(BETA) The credential whose status needs to be checked
didDocumentOverride?DIDDocument(BETA) (Optional) The DID document of the issuer. This can be used in case the DID Document is already resolver, to avoid a potentially expensive DID resolution operation.