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

AuthorizationResponseError

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

Error originating from the authorization response.

class AuthorizationResponseError extends Error {
constructor(description: string);
}

§Extends

§
Error
[src]

§Constructors

§
new AuthorizationResponseError(description: string)
[src]