blob: 521d336622465d05a15b1d5a9e501e1329a1d021 [file] [log] [blame]
syntax = "proto3";
package privacy.ppn;
option java_multiple_files = true;
option java_package = "com.google.privacy.ppn.proto";
// Indicates which proxy layer a set of tokens will be used with.
enum ProxyLayer {
PROXY_LAYER_UNSPECIFIED = 0;
PROXY_A = 1;
PROXY_B = 2;
TERMINAL_LAYER = 3;
}