The Reach SDK requires callback handlers to manage authentication and tenant events.Documentation Index
Fetch the complete documentation index at: https://docs.embedreach.com/llms.txt
Use this file to discover all available pages before exploring further.
Required Callbacks
onReauthRequested Callback
TheonReauthRequested callback is triggered when the authentication token expires or becomes invalid. Your implementation should:
- Fetch a new token from your server
- Return the new token to update the SDK
The SDK will use the returned token to automatically update its authentication
state. You do not need to manually dispose and reinitialize the SDK.