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

x/oauth2_server/deps.ts

A standards compliant implementation of an OAuth 2.0 authorization server with PKCE support.
Latest
import * as oauth2Server from "https://deno.land/x/oauth2_server@0.12.0/deps.ts";

Classes

An error for an HTTP request.

Functions

Converts given base64url encoded data back to original

Encodes a given ArrayBuffer or string into a base64url representation

Encodes src into src.length * 2 bytes.

Checks if the value as an HttpError.

Converts HttpError arguments to an options object. Prioritizing status and message arguments over status and message options.

Interfaces

Options for initializing an HttpError.