Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
Thrown when OAuth 2.0 Authorization Error Response is encountered.
HTTP/1.1 302 Found
Location: https://client.example.com/cb?error=access_denied&state=xyz
• cause: URLSearchParams
Authorization Response parameters as URLSearchParams
• code: "OAUTH_AUTHORIZATION_RESPONSE_ERROR"
• error: string
Error code given in the Authorization Response
• message: string
• name: string
• optional
error_description: string
Human-readable text providing additional information, used to assist the developer in understanding the error that occurred, given in the Authorization Response
• optional
stack: string