Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: tokenserver/api/minter/v1/token_minter.proto

Issue 2987383002: tokenserver: Protos for service account rules. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tokenserver/api/minter/v1/token_minter.proto
diff --git a/tokenserver/api/minter/v1/token_minter.proto b/tokenserver/api/minter/v1/token_minter.proto
index d8abd680ae02e2364a20eb3032304fe014baa47c..543a548c71fea08023892320f59d477eb3981ca8 100644
--- a/tokenserver/api/minter/v1/token_minter.proto
+++ b/tokenserver/api/minter/v1/token_minter.proto
@@ -340,7 +340,7 @@ message MintOAuthTokenGrantRequest {
// user's OAuth token to the token server, where it can be validated.
//
// Required.
- string end_user_identity = 3;
+ string end_user = 3;
// Optional reason why the grant is created.
//
@@ -374,7 +374,7 @@ message MintOAuthTokenViaGrantRequest {
// The list of OAuth scopes the access token should have.
//
// The server may reject the request if some scopes are not allowed.
- repeated string oauth_scopes = 2;
+ repeated string oauth_scope = 2;
// Minimally accepted validity duration of the returned OAuth token (seconds).
//

Powered by Google App Engine
This is Rietveld 408576698