Skip to main content
Module

x/oauth2_client/mod.ts

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

Classes

Implements the OAuth 2.0 authorization code grant.

Error originating from the authorization response.

Implements the OAuth 2.0 Client Credentials grant.

Thrown when trying to use a grant that requires the client secret to be set

Generic error returned by an OAuth 2.0 authorization server.

Implements the OAuth 2.0 refresh token grant.

Implements the OAuth 2.0 resource owner password credentials grant.

Error originating from the token response.