registerPayload property
Builds the application payload submitted with NodeRegister (e.g. a certificate signing request), evaluated on every connection attempt so it can be refreshed across reconnects.
The hub's NodeGateway.onRegister handler consumes it and may reject the
node.
Implementation
final Future<Map<String, dynamic>> Function()? registerPayload;