How to get the access token without resource owner permission using refresh token in the subsequent attempts?
About this task
This use case starts when you get the authorization code and ends when you access the API.
To get access token using refresh token (Without resource owner permission)
When the access token expires and if you need to access the same API, you need to get another access token. If you have refresh token, you can get a new access token without getting the permission from the resource owner.