Posts

Post marked as solved
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.