Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.10.0
-
None
-
17d654536d544f33bf1e588d3702cdc95de7841e
Description
QOAuth2AuthorizationCodeFlow::refreshAccessToken() makes a request to refresh the access token, but doesn't really do anything with the result. The reply handler is called, but that's it - the resulting token is never saved. The status never advances from Status::RefreshingToken. This makes refreshing token non-functional.