aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lundin <108372512+clundin25@users.noreply.github.com>2024-05-02 10:24:13 -0700
committerGitHub <noreply@github.com>2024-05-02 10:24:13 -0700
commit8cfc91db0861bc92374d708140656fb38e003ef6 (patch)
tree69a3a6cf5ca42d9e01fe4ed485b57700431e08d8
parente216b9e9a431c6892ef5fbaee436ea2a02695de7 (diff)
downloadgoogle-auth-library-python-upstream-main.tar.gz
chore: Add log when rapt token is acquired. (#1520)upstream-main
* chore: Add log when rapt token is acquired. * chore: Add log when rapt token is acquired.
-rw-r--r--google/oauth2/reauth.py1
-rw-r--r--system_tests/secrets.tar.encbin10324 -> 10324 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/google/oauth2/reauth.py b/google/oauth2/reauth.py
index 5870347..1e39e0b 100644
--- a/google/oauth2/reauth.py
+++ b/google/oauth2/reauth.py
@@ -274,6 +274,7 @@ def get_rapt_token(
# Get rapt token from reauth API.
rapt_token = _obtain_rapt(request, access_token, requested_scopes=scopes)
+ sys.stderr.write("Reauthentication successful.\n")
return rapt_token
diff --git a/system_tests/secrets.tar.enc b/system_tests/secrets.tar.enc
index 2d02787..883ab77 100644
--- a/system_tests/secrets.tar.enc
+++ b/system_tests/secrets.tar.enc
Binary files differ