Exception: XeroKiwi::OAuth::CodeExchangeError
- Inherits:
-
AuthenticationError
- Object
- StandardError
- Error
- APIError
- AuthenticationError
- XeroKiwi::OAuth::CodeExchangeError
- Defined in:
- lib/xero_kiwi/oauth.rb
Overview
Raised when the auth code can’t be exchanged for tokens (invalid_grant, expired code, wrong redirect_uri, missing PKCE verifier, etc). Caller should restart the OAuth flow from the authorise step.
Instance Attribute Summary
Attributes inherited from APIError
Method Summary
Methods inherited from APIError
Constructor Details
This class inherits a constructor from XeroKiwi::APIError