Hi,
Is there any command/method that I can call to determine whether the current live chat is authenticated or not?
Thanks
Hi,
Is there any command/method that I can call to determine whether the current live chat is authenticated or not?
Thanks
Have not tested this myself, however in Inbound Message Flows you can use Message.IsAuthenticated
Thanks @SavRicci basically I need a check in my frontend app whether is already authenticated or not on page reload. If so, I need to avoid calling /authorize endpoint. I can add something browser storage to track it but it doesn't always guarantee that live chat is authenticated.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.