ICredentialStatusManager 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.
Credential status manager interface
Signature:
export interface ICredentialStatusManager extends IPluginMethodMap
Extends: IPluginMethodMap
Methods
Method | Description |
---|---|
credentialStatusGenerate(args) | (BETA) Generates a This method is used during the creation of a VerifiableCredential in order to make it capable of having its status updated later (to be revoked). |
credentialStatusTypes() | (BETA) List all the credential status types (methods) available in the current agent instance. |
credentialStatusUpdate(args) | (BETA) Changes the status of an existing VerifiableCredential. Commonly used to revoke an existing credential. |