Unable to use async application default credentials with AuthorizedSession
#1417
Labels
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Environment details
google-auth
version: 2.23.4Steps to reproduce
Actual result:
This seems to happen since
google.oauth2._credentials_async.Credentials
does not define asynchronous version ofbefore_request
, whilegoogle.auth._credentials_async.Credentials
does this.The text was updated successfully, but these errors were encountered: