Hi, I'm working with the following documentation to get access tokens for LWA.
https://developer.amazon.com/docs/login-with-amazon/authorization-code-grant.html
After following this guide, I'm expecting to see a refresh_token in the response package. However, it doesn't appear to be there. This is the (redacted) response I'm getting from the API:
{ "success":true, "access_token":"<redacted>", "token_type":"bearer", "expires_in":3600 }
Is there some sort of configuration somewhere that we missed which will allow us to receive a refresh_token?
I'm sorry if I selected the wrong "space" for this question. I didn't see an option that matched this specific question.
Thanks,
Christine