Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TokenResponseError

import { TokenResponseError } from "https://raw.githubusercontent.com/cmd-johnson/deno-oauth2-client/master/mod.ts";

Error originating from the token response.

class TokenResponseError extends Error {
constructor(description: string, response: Response);
public readonly response: Response;
}

§Extends

§
Error
[src]

§Constructors

§
new TokenResponseError(description: string, response: Response)
[src]

§Properties

§
response: Response
[src]