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
How is it possible to refresh my token when I already haven my asana.Client (oauth)
In the fist step I gained the access_token via the method fetch_token (asana.Client.session.fetch_token)
Then I found the methods refresh_token from request_oauthlib.OAuth2Session.
This method though is not implemented by the child class asana.AsanaOAuth2Session
So asana.AsanaOAuth2Session implements fetch_token but not refresh_token. Why is that and how can I refresh the token then??
The text was updated successfully, but these errors were encountered:
marfrede
added a commit
to marfrede/asana-number-nerd
that referenced
this issue
Jan 16, 2023
Hi @marfrede, as you have stated we don't have a method implemented for refresh_token. Other developers have found solutions around this. See this discussion #108 for more info.
We are currently evaluating approaches to generating our python library so it can be kept up to date and modern. If you have any suggestions or feature requests let us know.
How is it possible to refresh my token when I already haven my
asana.Client
(oauth)In the fist step I gained the access_token via the method fetch_token (
asana.Client.session.fetch_token
)Then I found the methods refresh_token from
request_oauthlib.OAuth2Session
.This method though is not implemented by the child class
asana.AsanaOAuth2Session
So
asana.AsanaOAuth2Session
implementsfetch_token
but notrefresh_token
. Why is that and how can I refresh the token then??The text was updated successfully, but these errors were encountered: