Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oauth2_server/authorization_server.ts>InvalidRequestError

A standards compliant implementation of an OAuth 2.0 authorization server with PKCE support.
Latest
class InvalidRequestError
extends OAuth2Error
Re-export
import { InvalidRequestError } from "https://deno.land/x/oauth2_server@0.12.0/authorization_server.ts";

The request is missing a required parameter, includes an unsupported parameter value, repeats a parameter, includes multiple credentials, utilizes more than one mechanism for authenticating the client, or is otherwise malformed.

Constructors

new
InvalidRequestError(message?: string, options?: ErrorOptions)