How to configure refresh token so that it does not expire
Hi, I am setting up oauth on an instance, and have created a refresh token. The documentation says that the refresh token expires in 100 days by default, and I can change it on the console. However, I would like the token to never expire. Is there...