Support AuthClient
for auth
#453
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently the standard
auth
parameter uses an explicit list of clients that extendAuthClient
:Src: https://github.com/googleapis/google-api-nodejs-client/blob/main/src/apis/abusiveexperiencereport/v1.ts#L48-L55
In order to support new clients, such as
DownscopedClient
,auth
can be simplified to:Related:
The text was updated successfully, but these errors were encountered: