How it fits into your app
Construct a client with your owner id and application id, call Init to open a session, then authenticate with a license key or an account depending on the mode you configured. Heartbeat keeps the session verified and carries the live protection flags.
- Auto init starts the session immediately on construction.
- Set your application version before init so version policy evaluates correctly.
- Seal the owner id with SecureCredential in production builds.
- Choose HTTP for the simplest setup, or WebSocket to receive push events.