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
chore: rename _refresh_token to _perform_refresh_token (#1900)
[A recent
change](36ecb1d#diff-4762e5cf4088fa77af8bf63829f842548a4cad6e76be593786876e314807cd8f)
added an internal _refresh_token method to some credentials files.
Parts of the codebase were already using `_refresh_token` as an internal
variable, holding a token value
This causes some inconsistencies in the codebase, where it's not always
clear if `_refresh_token` is referring to an action or an object
It was also causing complications in internal code that depended on
_refresh_token objects
This PR renames the methods to `_perform_refresh_token`, to avoid the
duplicate naming
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
0 commit comments