Skip to content

Commit 8cfc91d

Browse files
authored
chore: Add log when rapt token is acquired. (#1520)
* chore: Add log when rapt token is acquired. * chore: Add log when rapt token is acquired.
1 parent e216b9e commit 8cfc91d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

google/oauth2/reauth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def get_rapt_token(
274274

275275
# Get rapt token from reauth API.
276276
rapt_token = _obtain_rapt(request, access_token, requested_scopes=scopes)
277+
sys.stderr.write("Reauthentication successful.\n")
277278

278279
return rapt_token
279280

system_tests/secrets.tar.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)