Post marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as solved with 8 replies, 0 views
Try replacing code with refresh_token ... as per the documentationThe validation server returns a TokenResponse object on a successful validation. When using this endpoint for authorizing the user, use the following parameters: client_id, client_secret, grant_type, code, and redirect_uri. When using this endpoint for validating the refresh token, use the following parameters: client_id, client_secret, grant_type, and refresh_token.let me know if that works.