googleapis / google-auth-library-nodejs

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

feat: extend `universe_domain` support #1633

Closed danielbankhead closed 1 year ago

danielbankhead commented 1 year ago

For context, this is how universe_domain is passed to the clients via JSON:

https://github.com/googleapis/google-auth-library-nodejs/blob/e7b802971471e768e0033b12ec46f9faf1f82b10/src/auth/googleauth.ts#L579-L615

🦕