Skip to content

Commit

Permalink
fix: adding default UD parameter to client
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurSadykov committed Oct 30, 2024
1 parent b4e4557 commit c650fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/oauth2/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def call_iam_generate_id_token_endpoint(
signer_email,
audience,
access_token,
universe_domain,
universe_domain = credentials.DEFAULT_UNIVERSE_DOMAIN,
):
"""Call iam.generateIdToken endpoint to get ID token.
Expand Down

0 comments on commit c650fc9

Please sign in to comment.