pythonhacktoberfeststeamauthenticationauthenticatorsteam-authenticatorsteam-clientsteam-guard-codessteam-websteamworksvalvewebapi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
333 B
11 lines
333 B
syntax = "proto2";
|
|
option optimize_for = SPEED;
|
|
option py_generic_services = false;
|
|
|
|
message EncryptedAppTicket {
|
|
optional uint32 ticket_version_no = 1;
|
|
optional uint32 crc_encryptedticket = 2;
|
|
optional uint32 cb_encrypteduserdata = 3;
|
|
optional uint32 cb_encrypted_appownershipticket = 4;
|
|
optional bytes encrypted_ticket = 5;
|
|
}
|
|
|