ServerToClientHandshakePacket
Field NameField Notes
Handshake WebToken Base64 encoded JSON Web Token that contains the other relevant client properties.

Properties Include:

'salt' = (for use in encryption)

The public key used to compute the shared secret for encryption is embedded in the header of the token. It's the signer public key (json value of 'x5u')