File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,12 @@ message StartClientHandshakeReq {
108
108
109
109
// (Optional) Maximum frame size supported by the client.
110
110
uint32 max_frame_size = 10 ;
111
+
112
+ // (Optional) An access token created by the caller only intended for use in
113
+ // ALTS connections. The access token that should be used to authenticate to
114
+ // the peer. The access token MUST be strongly bound to the ALTS credentials
115
+ // used to establish the connection that the token is sent over.
116
+ string access_token = 11 ;
111
117
}
112
118
113
119
message ServerHandshakeParameters {
@@ -118,6 +124,12 @@ message ServerHandshakeParameters {
118
124
// (Optional) A list of local identities supported by the server, if
119
125
// specified. Otherwise, the handshaker chooses a default local identity.
120
126
repeated Identity local_identities = 2 ;
127
+
128
+ // (Optional) An access token created by the caller only intended for use in
129
+ // ALTS connections. The access token that should be used to authenticate to
130
+ // the peer. The access token MUST be strongly bound to the ALTS credentials
131
+ // used to establish the connection that the token is sent over.
132
+ optional string access_token = 3 ;
121
133
}
122
134
123
135
message StartServerHandshakeReq {
You can’t perform that action at this time.
0 commit comments