mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Add debug log for when we are refreshing the access token
This commit is contained in:
parent
849e968edb
commit
48f37d03a4
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class AuthorizationHelpers:
|
|||
# \param refresh_token:
|
||||
# \return An AuthenticationResponse object.
|
||||
def getAccessTokenUsingRefreshToken(self, refresh_token: str) -> "AuthenticationResponse":
|
||||
Logger.log("d", "Refreshing the access token.")
|
||||
data = {
|
||||
"client_id": self._settings.CLIENT_ID if self._settings.CLIENT_ID is not None else "",
|
||||
"redirect_uri": self._settings.CALLBACK_URL if self._settings.CALLBACK_URL is not None else "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue