Oslo

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 message
  • request: The original request
  • description: OAuth 2.0 error description