No Refresh Token created when generating Access Token
I have tried all combinations of
access_type=offline and prompt=consent, and the refresh token is NEVER
included. These are the parameter I send:
client_id=<removed>
redirect_uri=<removed>
Thanks!