connectTokenSecret property
Key this server verifies ConnectTokens with, derived per-server by the backend rather than being the platform-wide signing secret. It arrives here because a prestarted container was created before it was claimed, so the value written into its config file at creation belongs to no tenant yet; provisioning is the point the server learns which key its tokens will carry.
Implementation
String connectTokenSecret;