syntax = "proto3";
package POGOProtos.Networking.Responses;

message SfidaCertificationResponse {
	bytes payload = 1;
}
