Arctic

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: The error field
  • description: The error_description field
  • uri: The error_uri field
  • state: The state field