Secured

Secured authentication using a JWE (encrypted JWT).

You provide a valid JWE to identify the visitor. The visitor can retrieve their conversations across devices.

Parameters

jweProvider

The provider for the JSON encrypted token.

Constructors

Link copied to clipboard
constructor(jweProvider: AuthenticationOption.JWEProvider)

Properties