projectSecretKey property

String get projectSecretKey
inherited

Public project identifier shipped to the widget. Used by the chat backend to look up the project; safe to inline in HTML or app bundles (it's the equivalent of a Stripe publishable key). By itself it cannot read another user's history — that requires a matching userIdSignature.

Implementation

String get userID;/// Public project identifier shipped to the widget. Used by the
/// chat backend to look up the project; safe to inline in HTML or
/// app bundles (it's the equivalent of a Stripe publishable key).
/// By itself it cannot read another user's history — that requires
/// a matching [userIdSignature].
String get projectSecretKey;