appToken property

String? appToken
final

Public workspace token (LinkForty Cloud).

Sent with install events so the backend can scope attribution to the correct workspace instead of relying solely on fingerprint matching. Recommended for Cloud; shipped in the app bundle (attribution scoping, not a secret). Find it under Workspace Settings → App Token. Omit for self-hosted Core.

Implementation

final String? appToken;