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

    Function getResourceOwner

    • Get the resource owner granting access to their resources from an Access Grant/Request.

      Parameters

      Returns string

      The resource owner WebID

      const ownerWebId = getResourceOwner(accessGrant);
      
    • Get the resource owner granting access to their resources from an Access Grant/Request.

      Parameters

      • vc: DatasetWithId

        The Access Grant/Request

      Returns undefined | string

      The resource owner WebID

      const ownerWebId = getResourceOwner(accessGrant);