From reading various documents it seems like authorization is optionally required by oauth2 providers for refresh token requests. I’m working with the FitBit API that appears to require authorization. I’m following the instructions here for refreshing a token with requests-oauthlib: https://reques…