syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 383
message GetAuthkeyRsp {
  int32 retcode = 1;
  string auth_appid = 2;
  string game_biz = 3;
  uint32 sign_type = 4;
  uint32 authkey_ver = 7;
  string authkey = 13;
}