Interface for revoking a credential.

Hierarchy

  • IRevocation

Methods

  • Revokes a credential for a given DID and credential ID.

    Parameters

    • did: string

      The DID of the credential owner.

    • credentialId: string

      The ID of the credential to revoke.

    Returns Promise<any>

    A Promise that resolves when the credential is successfully revoked.

Generated using TypeDoc