Skip to Content
1
May 31, 2023 at 08:04 AM

CI to External REST API OAuth Refresh token

322 Views

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.