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