Add support for default_host
in OperationsRestAsyncTransport
#708
Labels
type: cleanup
An internal cleanup or hygiene concern.
Support for
default_host
is not yet supported inOperationsRestAsyncTransport
which was added in #700.The reason that it was not included in #700 is because it is not yet supported in
google-auth
.default_host
exists here in class AuthorizedSession but there is nodefault_host
in the async version here in AsyncAuthorizedSessionThe text was updated successfully, but these errors were encountered: