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

    Function cancelAccessRequest

    • Cancel a request for access to data (with explicit or implicit consent) before the person being asked for access has replied. This is equivalent to revoking a access grant.

      Parameters

      • vc: string | URL | VerifiableCredential | DatasetWithId

        The access request, either in the form of a VC URL or a full-fledged VC.

      • options: AccessBaseOptions = {}

        Optional properties to customise the access request behaviour.

      Returns Promise<void>

      A void promise

      0.0.1