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 31, 2026. It is now read-only.
.. note::
Assumes ``credentials`` implements the
:class:`google.auth.credentials.Signing` interface. Also assumes
``credentials`` has a ``service_account_email`` property which
identifies the credentials.
But the assumed property is signer_email and not service_account_email.
In nowhere a property called service_account_email is read from credentials, but signer_email is.
In _signing.py, we can read this comment:
But the assumed property is
signer_emailand notservice_account_email.In nowhere a property called
service_account_emailis read fromcredentials, butsigner_emailis.