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

x/oauth2_server/errors.ts>UnsupportedTokenTypeError

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

The token type is not supported by the authorization server.

Constructors

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