OAuth2RequestError
Error thrown by OAuth2Client.validateAuthorizationCode() when the token endpoint returns an error response. See RFC 6749 for a full reference on error messages.
Definition
interface Properties extends Error {
request: Request;
description: string | null;
}
Properties
message: OAuth 2.0 error messagerequest: The original requestdescription: OAuth 2.0 error description