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
ifnottoken:
# get new tokenelifshould_refrsesh:
try:
# get new tokenexceptException:
# swallow
seems to be present in most if not all the credentials. Perhaps it could be moved into a base or mixin, and have the implementation just provide a callback or an override for the # get new token functionality?
This logic:
seems to be present in most if not all the credentials. Perhaps it could be moved into a base or mixin, and have the implementation just provide a callback or an override for the
# get new token
functionality?Originally posted by @schaabs in #12136
That comment thread also has a sketch of a potential solution:
The text was updated successfully, but these errors were encountered: