Finds the permissions of a resource as defined in the corresponding ACRs. Implementation based on https://solid.github.io/authorization-panel/acp-specification/.

Caches data so no duplicate calls are made to the ResourceStore for a single request.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods

  • Checks whether the input can be handled by this class. If it cannot handle the input, rejects with an error explaining why.

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.