Given the fact that, to make every successful API calls, we need auth token. In a screen Three API calls are being made parallel. Even before making first API call, the auth token was expired. How do you ensure, just one call is made and you know token is expired and new token is received from backend and before further API calls are made.
Any idea on how to do this???
