Skip to main content

Quick setup

Use this config with AsyncClient (async) or Client (sync).

KeysConfig

Download keys.json from the Firmngin dashboard. The SDK accepts dashboard fields such as server_fingerprint_bytes and sets TLS validation automatically.

Fields

The decryptor_key property holds the parsed key bytes.

ClientConfig

Debug mode

Debug is off by default. No banner or console output is printed unless you enable it:
When enabled, connect() prints lifecycle messages (starting, connected to server) and disconnect() / stop() print stopping and stopped.