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

POGOProtos.Networking.Envelopes.AuthTicket.proto Maven / Gradle / Ivy

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

message AuthTicket {
	bytes start = 1;
	uint64 expire_timestamp_ms = 2;
	bytes end = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy