Question
Optum
IN
Last activity: 24 Jun 2021 3:52 EDT
Generate OAuth token every 30 mins
We have a REST API that loads an OAuth token and this token is used for authorizing the subsequent API calls. This token is valid only for 30 mins and hence, the token needs to be refreshed when the previous token gets expired.
Is there any mechanism through which this can be achieved? Will "refresh token" option in Authentication profile help us in achieving the mentioned usecase?