You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This value never appears to be updated anywhere in the project. So no matter when this variable is referenced--it will always be None. One would imagine that this would need to be updated at some point, right? Of course, I could be missing something here as well.
The text was updated successfully, but these errors were encountered:
it's set by the call to send_request -- self is passed to that method, and the method applies the data retrieved from the API to as attributes of that object. expires_in is one of the keys in the object received from the calls to get or refresh a token.
oauth-pythonclient/intuitlib/client.py
Line 67 in 058eedf
This value never appears to be updated anywhere in the project. So no matter when this variable is referenced--it will always be
None
. One would imagine that this would need to be updated at some point, right? Of course, I could be missing something here as well.The text was updated successfully, but these errors were encountered: