Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.5.0
-
None
-
None
Description
There is logging at the top of BasicOAuth2Request.attemptFetch to indicate whether the accessor has a refresh and access token. However right now it will log
BasicOAuth2Request.haveAccessToken(accessor) = true
BasicOAuth2Request.haveRefreshToken(accessor) = true
when the accessor does NOT have an access or refresh token.