You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Allows one user or service account to impersonate another using
iamcredentials apiits already implemented or pending for several other languages:
python: https://github.com/googleapis/google-auth-library-python/blob/master/google/auth/impersonated_credentials.py#L17
java: https://github.com/googleapis/google-auth-library-java/blob/master/oauth2_http/java/com/google/auth/oauth2/ImpersonatedCredentials.java
golang: https://go-review.googlesource.com/c/oauth2/+/143957
--
here's what i've done so far: