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: Theerrorfielddescription: Theerror_descriptionfielduri: Theerror_urifieldstate: Thestatefield