OAuth2RequestError
Extends Error
.
Error indicating that the provider returned an OAuth 2.0 error response.
Properties
interface Properties {
code: string;
description: string | null;
uri: string | null;
state: string | null;
}
code
: Theerror
fielddescription
: Theerror_description
fielduri
: Theerror_uri
fieldstate
: Thestate
field