how the refresh token and access token renewed in manage tokens table in oauth2.0?
Hi All,could you please clarify my understanding on oauth2.0 tokens.As per my understanding,If refresh token expiry is 30 days, we should run a schedule job for new refresh token every 30 days. The newly generated refresh token will automatically upd...