Skip to main content
Module

x/oauth2_client/mod.ts

Minimalistic OAuth 2.0 client for Deno.
Go to Latest
import * as oauth2Client from "https://deno.land/x/oauth2_client@v0.2.1/mod.ts";

Classes

Implements the OAuth 2.0 authorization code grant.

Error originating from the authorization response.

Generic error returned by an OAuth 2.0 authorization server.

Implements the OAuth 2.0 refresh token grant.

Error originating from the token response.

Interfaces

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