You NEVER use a value of resultCode as condition of processing.For example, an response from /auth/authorization API includes either the following values in “action” field:
- BAD_REQUEST
- FORM
- INTERACTION
- INTERNAL_SERVER_ERROR
- LOCATION
- NO_INTERACTION
Handling responses from Authlete API and the importance of processing based on the action parameter rather than the resultCode value.
You NEVER use a value of resultCode as condition of processing.For example, an response from /auth/authorization API includes either the following values in “action” field: