ICheckCredentialStatusArgs interface
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.
Arguments for calling checkCredentialStatus.
The credential whose status should be checked and the DID document of the credential issuer.
This API may change without a BREAKING CHANGE notice.
Signature:
export interface ICheckCredentialStatusArgs extends UsingResolutionOptions
Extends: UsingResolutionOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(BETA) The credential whose status needs to be checked | |||
|
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. |