@inrupt/solid-client-access-grants
    Preparing search index...

    Function revokeAccessGrant

    • Makes a request to the access server to revoke a given Verifiable Credential (VC).

      Parameters

      • vc: string | URL | VerifiableCredential | DatasetWithId

        Either a VC, or a URL to a VC, to be revoked.

      • options: Omit<AccessBaseOptions, "accessEndpoint"> = {}

        Optional properties to customise the request behaviour.

      Returns Promise<void>

      A void promise.

      0.4.0