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

x/oauth2_server/authorization_server.ts>TemporarilyUnavailableError

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

The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.

Constructors

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