Update type hints for credentials in the async client layer #2177
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
Update the credentials type hint in the async client constructor to include asynchronous credentials i.e. async credentials should also support
google.auth.aio.credentials.Credentials
which are required by the async rest transport.For now, the type hint isn't updated in the client layer and mypy warnings are silenced by adding
# type: ignore
in the async rest transport constructor. This can be looked up by searching for this issue.Related issue: #2173
The text was updated successfully, but these errors were encountered: