Quick setup
AsyncClient (async) or Client (sync).
KeysConfig
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:connect() prints lifecycle messages (starting, connected to server) and disconnect() / stop() print stopping and stopped.