Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adding default parameters to updated interfaces #1622

Merged
merged 7 commits into from
Oct 30, 2024
Prev Previous commit
Next Next commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Oct 30, 2024
commit eb9fdfb79c6f4126373231cc5c265bc7f87a6632
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 = credentials.DEFAULT_UNIVERSE_DOMAIN,
universe_domain=credentials.DEFAULT_UNIVERSE_DOMAIN,
):
"""Call iam.generateIdToken endpoint to get ID token.

Expand Down