Dear All,
I am trying to call an external REST API using OAuth token authentication. The API provider mentioned that I need to use refresh token once the access token expires. How to send this refresh token from CI to the API? Please guide with the steps as I couldn't find clear documentation.