This async method logs in a customer using the provided token while also preloading resources into the cache.Documentation Index
Fetch the complete documentation index at: https://dev.smile.io/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
A customer token identifying the individual who is being logged in.
An array with one or multiple of the available resource keys.
Returns
This method returns aPromise that:
- On success, resolves to void.
- On failure, rejects with an error object.