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

    Function setAnyOfMatcherUrl

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

      Overwrite the Matcher extending 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]] 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 "Any Of" Matchers replaced.

      Not released yet.