googleapis / google-auth-library-python

Google Auth Python Library
https://googleapis.dev/python/google-auth/latest/
Apache License 2.0
771 stars 304 forks source link

fix: Add missing before request to async oauth2 credentials. #1420

Closed clundin25 closed 9 months ago

clundin25 commented 9 months ago

This resolves https://github.com/googleapis/google-auth-library-python/issues/1417.

Down the road we may want to consider modifying the inheritance pattern of the async classes, instead of having this duplication.