googleapis / google-auth-library-nodejs

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

feat!: Normalize `GoogleAuth<T>` to `AuthClient` #1677

Open danielbankhead opened 1 year ago

danielbankhead commented 1 year ago

We should normalize GoogleAuth<T extends AuthClient = JSONClient> to GoogleAuth<T extends AuthClient = AuthClient> (and GoogleAuthOptions as well).

Additionally, we should:

Dependencies:

Implementation Notes: