import { type HttpRequestOptions } from "https://deno.land/x/oauth4webapi@v2.1.0/src/index.ts";
Properties
optional
signal: (() => AbortSignal) | AbortSignalAn AbortSignal instance, or a factory returning one, to abort the HTTP Request(s) triggered by this function's invocation.
optional
headers: HeadersA Headers instance to additionally send with the HTTP Request(s) triggered by this function's invocation.