Struct AccountVerifyBroadcast
Broadcast sent by the client to verify an account using a verification code received after account creation.
public struct AccountVerifyBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
Seq
Explicit message sequence number (client->server).
public uint Seq
Field Value
Username
Encrypted account username (AES-GCM).
public byte[] Username
Field Value
- byte[]
VerifyCode
Encrypted verification code as UTF-8 string bytes (AES-GCM).
public byte[] VerifyCode
Field Value
- byte[]