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

    Function setNoneOfMatcherUrl

    • function is still experimental and subject to change, even in a non-major release.
      

      Set the Matchers restricting the scope of a given [[Policy]]. If an agent requesting access to a resource is matched by another Matcher, but also by any of the "None Of" Matchers, they will not be granted access.

      Type Parameters

      Parameters

      • policy: P

        The [[Policy]] to which the Matcher should be added.

      • matcher: string | Url | ThingPersisted

        The Matcher to set for the Policy.

      Returns P

      A new [[Policy]] clone of the original one, with the "None Of" Matchers replaced.

      Not released yet.