Discussions

Ask a Question
Back to All

Refresh token missed on authorization code utilizing

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