Simple

class Simple(val userId: String) : AuthenticationOption

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

userId

A string uniquely identifying the visitor.

Constructors

Link copied to clipboard
constructor(userId: String)

Properties

Link copied to clipboard