function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Thrivi AcharyaThrivi Acharya 

connected app Refersh Token Policy

Hi,
   I have created connect APP with Refersh Toekn Policy = never expires but next day the same token doesn't work.
This token is access_token generated from POSTMAN. My query is:
1. Is the setting in app for access token or refresh token?
2. How to generate refresh token?
SandhyaSandhya (Salesforce Developers) 
Hi,

Make sure you have followd the below steps.

Enable "offline_access" for the connected application.
Include "refresh_token" (or "offline_access") and "full" in the scope when >generating the refresh token.
Configure the refresh token so that it does not expire

Check below link.

https://salesforce.stackexchange.com/questions/69161/refresh-token-policy-locked-to-immediatly-expire-token
 
Best Regards,
Sandhya