Skip to main content
Module

x/oauth2_client/mod.ts>OAuth2ResponseError

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

Generic error returned by an OAuth 2.0 authorization server.

Constructors

new
OAuth2ResponseError(response: ErrorResponseParams)

Properties

readonly
error: string
readonly
optional
errorDescription: string
readonly
optional
errorUri: string
readonly
optional
state: string