From 389afd67e8d7b8e09113bfbfbfb7c5a54e990f38 Mon Sep 17 00:00:00 2001 From: Karn Seth Date: Fri, 27 Mar 2026 12:42:56 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 890589883 --- willow/proto/willow/committee_selector.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/willow/proto/willow/committee_selector.proto b/willow/proto/willow/committee_selector.proto index a8e6b76..5ddfc25 100644 --- a/willow/proto/willow/committee_selector.proto +++ b/willow/proto/willow/committee_selector.proto @@ -45,6 +45,8 @@ message VolunteerForCommitteeRequest { // The name of the population that the client belongs to. string population_name = 3 ; + // Authorization token for this request. + string auth_token = 4 ; } // A record of a client who volunteered for a committee. @@ -90,6 +92,9 @@ message VolunteerForCommitteeResponse { VolunteerRecorded volunteer_recorded = 1; NoActiveCommitteeSelection no_active_committee_selection = 2; } + + // Authorization token to use for future requests. + string auth_token = 3 ; } // A message passed from the untrusted frontend to a TEE to record a batch of