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

    Function removeAnyOfMatcherUrl

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

      Removes a Matcher that extends the scope of a given the [[Policy]]. If an agent requesting access to a resource is present in any of the "Any Of" Matchers, they will be granted access.

      Type Parameters

      Parameters

      • policy: P

        The [[Policy]] from which the Matcher should be removed.

      • matcher: string | Url | ThingPersisted

        The Matcher to remove from the policy.

      Returns P

      A new [[Policy]] clone of the original one, with the Matcher removed.

      Not released yet.