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

    Function getPodOwner

    • Given a Resource that exposes information about the owner of the Pod it is in, returns the WebID of that owner.

      Data about the owner of the Pod is exposed when the following conditions hold:

      • The Pod server supports exposing the Pod owner
      • The current user is allowed to see who the Pod owner is.

      If one or more of those conditions are false, this function will return null.

      Parameters

      Returns null | string

      The WebID of the owner of the Pod the Resource is in, if provided, or null if not.

      0.6.0