client_secrets.json
diff --git a/samples/plus/client_secrets.json b/samples/plus/client_secrets.json
index 18d9ea8..a232f37 100644
--- a/samples/plus/client_secrets.json
+++ b/samples/plus/client_secrets.json
@@ -1,7 +1,7 @@
{
"web": {
- "client_id": "887851474342-kd6d83gonj4dorjbahqg1bf94jjpe10p.apps.googleusercontent.com",
- "client_secret": "vkGqFqTBSSOI9jX69B8G2xww",
+ "client_id": "[[INSERT CLIENT ID HERE]]",
+ "client_secret": "[[INSERT CLIENT SECRET HERE]]",
"redirect_uris": [],
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://accounts.google.com/o/oauth2/token"