syntax = "proto3";
package POGOProtos.Data.Token;

message SfidaAuthToken {
	bytes response_token = 1;
	string sfida_id = 2;
}
