Skip to content

Commit

Permalink
chore: Add log when rapt token is acquired.
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 committed May 2, 2024
1 parent e216b9e commit b39d976
Showing 1 changed file 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

0 comments on commit b39d976

Please sign in to comment.