Optional
authAuth tokens are stored in local storage by default.
Providing your own localStorage key (property name) is recommended.
Only one set of auth tokens is stored per key. If you have multiple auth configurations, provide a different key for each.
If you don't want to use localStorage, set this to the MEMORY_CACHE_ONLY
constant (exported by this package).
Optional
clientOptional
sessionOptional
user
Properties included in input params of most functions. If these remain the same across multiple calls, some performance optimizations will be applied.