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.
Is your feature request related to a problem? Please describe.
For OAuth2Client for example, there's no way to configure the agent to make use of keep alive.
Describe the solution you'd like
Ideally, the constructor for all AuthClient sub-classes accept options that would be passed to gaxios, which would allow setting the agent
Describe alternatives you've considered
I think one could maybe overwrite the transporter ivar with one that is sub-classes to set an agent, but that feels bad.