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.