The target resource
Optionaloptions: { fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response> }Optional parameter options.fetch: An alternative fetch function to make the HTTP request, compatible with the browser-native fetch API.
Optionalfetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>True if the access to the resource is controlled using ACP, false otherwise.
Verify whether the access to the given resource is controlled using the ACP system.