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

x/oauth4webapi/mod.ts>RESPONSE_IS_NOT_CONFORM

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
variable RESPONSE_IS_NOT_CONFORM
import { RESPONSE_IS_NOT_CONFORM } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";

Assigned as OperationProcessingError.code when a !Response does not have the expected success HTTP Status Code as defined by its specification.

type

"OAUTH_RESPONSE_IS_NOT_CONFORM"