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

x/oauth2_server/resource_server.ts>InvalidScopeError

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

The requested scope is invalid, unknown, or malformed.

Constructors

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