Index: appengine/isolate/proto/config.proto |
diff --git a/appengine/isolate/proto/config.proto b/appengine/isolate/proto/config.proto |
index 230eafd65e5b674e54c2afee8fd18d3f659a30ef..ec1d136912afeb87088e330351ddcd5924d9d4c3 100644 |
--- a/appengine/isolate/proto/config.proto |
+++ b/appengine/isolate/proto/config.proto |
@@ -40,6 +40,10 @@ message SettingsCfg { |
// Names of the authorization groups used by components/auth. |
optional AuthSettings auth = 7; |
+ |
+ // oauth client id for the ui. This is created in the developer's console |
+ // under Credentials. |
+ optional string ui_client_id = 8; |
} |
// Access control groups for the isolate service. Custom group names |