GC-Proto/proto/GetPlayerTokenRsp.proto

56 lines
1.7 KiB
Protocol Buffer

// https://github.com/SlushinPS/beach-simulator
// Copyright (C) 2023 Slushy Team
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "StopServerInfo.proto";
// CmdId: 2407
// Obf: BKFNIGMLAOA
message GetPlayerTokenRsp {
bool PELBMOHDKHJ = 1292;
bool ILGBPPMFHIF = 1962;
uint64 secret_key_seed = 13;
string client_version_random_key = 678;
StopServerInfo stop_server = 875;
uint32 channel_id = 259;
uint32 platform_type = 5;
uint32 reg_platform = 1241;
string account_uid = 3;
uint32 uid = 7;
uint32 tag = 1572;
string birthday = 1437;
uint32 key_id = 1676;
int32 retcode = 4;
bool is_guest = 2;
repeated uint32 finish_collection_id_list = 451;
string server_rand_key = 517;
bytes security_cmd_buffer = 15;
string msg = 12;
bool is_proficient_player = 8;
string token = 11;
string sign = 394;
uint32 account_type = 1585;
bytes extra_bin_data = 1;
string psn_id = 1790;
uint32 sub_channel_id = 14;
string secret_key = 9;
string client_ip_str = 1921;
uint32 blackUidEndTime = 10;
uint32 KCFIGJAPNIB = 6;
string country_code = 1412;
uint32 cloudClientIp = 508;
}