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

    Function getSolidDataset

    • Retrieve a Dataset from a Solid Pod using an Access Grant to prove the caller is authorized to access the target dataset.

      Parameters

      • datasetUrl: string

        The URL of the target dataset.

      • accessGrant: VerifiableCredential | DatasetWithId

        The Access Grant VC proving the caller is authorized.

      • Optionaloptions: Partial<{} & ParseOptions>

        Optional properties to customise the request behaviour.

      Returns Promise<Readonly<{}> & WithResourceInfo & {}>

      A promise that resolves to a SolidDataset if successful, and that rejects otherwise.