Skip to main content
Module

x/oauth2_client/mod.ts>TokenResponseError

Minimalistic OAuth 2.0 client for Deno.
Go to Latest
class TokenResponseError
extends Error
import { TokenResponseError } from "https://deno.land/x/oauth2_client@v0.2.1/mod.ts";

Error originating from the token response.

Constructors

new
TokenResponseError(description: string, response: Response)

Properties

readonly
response: Response