Minor Changes
-
20c9f75: Add support for auth_tokens in boot and update methods, plus a setAuthTokens method
Users can now pass authentication tokens to Intercom for secure data operations. The
authTokensproperty accepts an object with any string key-value pairs, and thesetAuthTokensmethod refreshes them at runtime without a full update.Example usage:
boot({ email: 'john.doe@example.com', userId: '9876', authTokens: { security_token: 'abc...', // JWT }, });