we are creating refresh token using https://auth.atlassian.com/oauth/token this url in our app as access token become invalid after hour we use this refresh token to create new access token after one hour
but now we want to ask that is this refresh token expires if yes then after how many days and how we can change it to max days
thanks