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
Back then (at commit 7bec95b), both the base class and the ThisClass have
same-name method get_token(), so I had to use:
super(ThisClass, self).get_token()
notation to differentiate them.
But since the implementation of get_token_by_refresh_token() at commit
33ab177, I changed the base class method name to a different name
_get_token(). So now I can come back to the easy way to do it.
0 commit comments