syntax = "proto3"; package Proto.Auth; message Response { bytes signature = 1; bytes publickey = 2; bytes token = 3; } message Certificate { bytes privatekey = 1; bytes token = 2; bytes ctoken = 3; }