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 Mar 6, 2026. It is now read-only.
ID tokens had an issue where the
fromtimestampAPI was used instead ofutcfromtimestamp. Ref: #1323.It appears that
impersonated_credentials.pyuses the same API, and is likely impacted by the same issue.google/auth/impersonated_credentials.pyshould be updated to useutcfromtimestampinstead offromtimestamp.