syntax = "proto3";
package POGOProtos.Data;

message BackgroundToken {
	bytes token = 1;
	int64 expiration_time = 2;
	bytes iv = 3;
}
