Discussions
Refresh token missed on authorization code utilizing
10 months ago by Developer Curogram
Hi,
When I'm calling POST /oauth2/token
with grant type authorization_code
, server responses with access_token
and token_type
only.
"data": {
"access_token": "M3YrbS8kF5...uywc",
"token_type": "bearer"
},
How can I call the refresh token API if I have no refresh token?
Thanks