Using Refresh Token Exception { “error” : “invalid_grant” }'

后端 未结 6 1500
北荒
北荒 2020-12-16 22:12

I\'ve successfully built an application that fetches an access and refresh token.

In my script I check if the access token is valid and if not I then use the refresh

6条回答
  •  感情败类
    2020-12-16 22:29

    The reason of the "Invalid grant" error may be due to the refresh token not working. This could be because When the number of refresh tokens exceeds the limit, older tokens become invalid. If the application attempts to use an invalidated refresh token, an invalid_grant error response is returned.Here is the link for more documentation.

提交回复
热议问题