my url is :
Log in with Atlassian account<client_id>&redirect_uri=https%3A%2F%2Flocalhost%3A7254%2Fthankyou.html&scope=write%3Ajira-work+read%3Ajira-work+offline_access&state=${encodedPayload}&prompt=consent`
I am able to get the accesss key but my refresh token is null.How to solve this.
Also can I get a permanent token after generating the access_token and refresh_token which I can use after the access_token expires?