All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Networking.Platform.InternalAuth.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Platform;

message InternalAuth {
	string email = 1;
	string player_id = 2;
	string app_id = 3;
	string key = 4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy