Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
import * as authleteDeno from "https://deno.land/x/authlete_deno@v1.2.3/src/handler/base_handler.ts";

Classes

c
BaseHandler
abstract

The base class for a handler class.

Functions

Create a Response instance that indicates the value of action parameter contained in a response from an Authlete API is invalid.

Normalize the given parameter as parameters parameter for some Authlete APIs such as /api/auth/authorization API and /api/auth/token API.

Create a Response instance that indicates the value of action parameter contained in a response from an Authlete API is unknown.