syntax = "proto3";
package POGOProtos.Networking.Responses;

message SfidaRegistrationResponse {
	bytes access_token = 1;
}
