← Back to Index

ServerToClientHandshakePacket (3)

Server->Client Handshake
Sent from the server at the end of the login packet
Field Name Type Field Index Description
Handshake WebToken (Required) string 0 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')