Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oauth4webapi/mod.ts>HTTP_REQUEST_FORBIDDEN

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
variable 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.

type

"OAUTH_HTTP_REQUEST_FORBIDDEN"