googleapis / google-auth-library-nodejs

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

chore: Clean-up Documentation for Mapped SnakeCased Properties #1686

Open danielbankhead opened 1 year ago

danielbankhead commented 1 year ago

Today, we manually document mapped snakeCase'd keys in a number of places to improve ergonomics for customers manually instantiating AuthClients as of #1663.

At the time of writing, keys remapped via as do not pass the original keys' jsdoc, requiring us to manually write the documentation for each key. Once this has been resolved on the TypeScript side we should clean up the documentation and types throughout the library.

Implementation Notes:

Dependencies: