import { protectedResourceRequest } from "https://deno.land/x/oauth4webapi@v2.7.0/mod.ts";
Performs a protected resource request at an arbitrary URL.
Authorization Header is used to transmit the Access Token value.
Parameters
url: URL
Target URL for the request.
headers: Headers
Headers for the request.
Request body compatible with the Fetch API and the request's method.
optional
options: ProtectedResourceRequestOptions