googleapis / google-auth-library-nodejs

🔑 Google Auth Library for Node.js
Apache License 2.0
1.73k stars 381 forks source link

refactor!: Remove `additionalOptions` from AuthClients #1672

Open danielbankhead opened 1 year ago

danielbankhead commented 1 year ago

Remove additionalOptions from clients and quotaProjectId param from DownScopedClient, as all options extend from AuthClientOptions as of:

Dhoni77 commented 1 year ago

Hi @danielbankhead I would like to work on this

danielbankhead commented 1 year ago

@Dhoni77 Done! Take your time as this refactor is a breaking change and we won’t release another major for some time.