Auth¶
Namespace: ClientToLobby · Opcode: 0x0005 (5)
Client-to-lobby authentication request. Carries a single length-prefixed UTF-8 string — either the 128-char hex auth hash (SHA-512(SHA-512(pwd ‖ salt) ‖ str(challenge))) or the 300-char web SID handed out by the HTTP authsv endpoint.
Fields¶
| Field | Type | Modifiers | Description |
|---|---|---|---|
Hash |
string |
lensz=2, encoding=utf8 |
Auth hash or web SID, depending on which login path the client took. Optionally suffixed with "/{machineUuid}" when a per-machine identity is reported. |