Skip to content

Commit

Permalink
chore: Add log when rapt token is acquired. (#1520)
Browse files Browse the repository at this point in the history
* chore: Add log when rapt token is acquired.

* chore: Add log when rapt token is acquired.
  • Loading branch information
clundin25 committed May 2, 2024
1 parent e216b9e commit 8cfc91d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/oauth2/reauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified system_tests/secrets.tar.enc
Binary file not shown.

0 comments on commit 8cfc91d

Please sign in to comment.