How to Regenerate Token through OAuth 2.0 in Rest Api.
I have pass the data in api but I have access only grant_type is API
How To user permission to offline access to get refresh token
How to Regenerate Token through OAuth 2.0 in Rest Api.
I have pass the data in api but I have access only grant_type is API
How To user permission to offline access to get refresh token
Hi
It looks like you are using Resource Owner Password Credentials Flow.
To get the Refresh Token, you need to use Scope as below one:
scope=api+offline_access
Please go through the below link for more information.
Hope this may help you!
Thanks,
Moulali Shaik.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.