Closed zamzterz closed 3 years ago
When the refresh token is invalid (expired, user has logged out, etc), 400 Bad Request with "error": "invalid_grant" is returned as response. So we should treat that as a logout.
"error": "invalid_grant"
When the refresh token is invalid (expired, user has logged out, etc), 400 Bad Request with
"error": "invalid_grant"
is returned as response. So we should treat that as a logout.