Skip to main content
Module

x/deno_kv_oauth/deps.ts

High-level OAuth 2.0 powered by Deno KV.
Go to Latest
import * as denoKvOauth from "https://deno.land/x/deno_kv_oauth@v0.3.0/deps.ts";

Classes

Generic error returned by an OAuth 2.0 authorization server.

Enums

Standard HTTP status codes.

Variables

The number of milliseconds in a second.

Functions

Make an assertion, error will be thrown if expr does not have truthy value.

Set the cookie header with empty value in the headers to delete it

Parse cookies of a header

Parse set-cookies of a header

A type guard that determines if the status code is a redirection.

Set the cookie header properly in the headers

Interfaces

Tokens and associated information received from a successful access token request.

Type Aliases

An HTTP status that is a redirect (3XX).