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:
Most places where this is a problem should reference this issue's id; it is best to start there.
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: