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

x/oauth2_server/authorization_server.ts>UnauthorizedClientError

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

The authenticated client is not authorized to use this authorization grant type.

Constructors

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