Question:
How to receive a refresh token?
Answer:
- Make sure to create a client with the parameter allowOfflineAccess set to true.
- When requesting an access token to the regular scope add offline_access. In this case there will be a refresh token in addition to the access token.
Comments
0 comments
Please sign in to leave a comment.