Postman access refresh_token?

Viewed 19

I configured Postman to use the authorization code flow. Problem is our tokens expiry pretty fast and I need to re-run the flow every time it expires. So I was thinking to implement a refresh_token flow in the pre-requests script (unless there is a Postman-native way to do it).

Now my question is where can I find the refresh_token? Is there any way to access it or is it 'thrown away' and only the access_token is used?

0 Answers
Related