Hi community, we are using AuthType.TrustedAuthToken for authentication and handling it so our app users aren't directly aware of ThoughtSpot user/login outside of our application user/login. We are running into an issue where after inactivity the user ends up being exposed to the ThoughtSpot login where our liveboard component is. I assume we need to handle token timeout better than we currently are or catch some other event. Is there an example of how to avoid this anywhere?