Simple
Simple authentication using a unique identifier.
You provide a unique ID to identify the user. It should not contain any private information (email, phone number, name...). It should be opaque and unforgeable. The visitor can retrieve their conversations across devices.
Parameters
user Id
A string uniquely identifying the visitor.