Hi, I hope everyone is doing well.. Ive got an issue with the refresh token as it expires in 5 mins instead of 14 days.
As per this guide it should expire in 14 days:
https://unityapi.webrootcloudav.com/Docs/en/APIDoc/Guide#guide-authentication-accessAndRefreshTokens
Here is what im doing to test this:
1) get Access Token with:
header contains = `Authorization: basic *****`
body contains = username, password, grant_type='password', scope
2) get refresh token with:
header contains = `Authorization: basic *****`
body contains = refresh token (from step 1) grant_type='refresh_token', scope
and before you ask: im passing same scope!
So did I miss anything? or did anything wrong? Please help..
Thanks in advance for your help :)
Reply
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.