Bug Fixing
- The function
refresh_token
was calling an invalid function (get_token
instead ofget_stored_token
), so the token was not refreshed and an exception was risen.
refresh_token
was calling an invalid function (get_token
instead of get_stored_token
), so the token was not refreshed and an exception was risen.