import { HTTP_REQUEST_FORBIDDEN } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";
Assigned as OperationProcessingError.code when a request is about to made to a non-TLS secured HTTP endpoint and allowInsecureRequests is not provided.
x/oauth4webapi/mod.ts>HTTP_REQUEST_FORBIDDEN
import { HTTP_REQUEST_FORBIDDEN } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";
Assigned as OperationProcessingError.code when a request is about to made to a non-TLS secured HTTP endpoint and allowInsecureRequests is not provided.