We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2401bd6 commit df838e3Copy full SHA for df838e3
samples/plus/client_secrets.json
@@ -1,7 +1,7 @@
1
{
2
"web": {
3
- "client_id": "887851474342-kd6d83gonj4dorjbahqg1bf94jjpe10p.apps.googleusercontent.com",
4
- "client_secret": "vkGqFqTBSSOI9jX69B8G2xww",
+ "client_id": "[[INSERT CLIENT ID HERE]]",
+ "client_secret": "[[INSERT CLIENT SECRET HERE]]",
5
"redirect_uris": [],
6
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
7
"token_uri": "https://accounts.google.com/o/oauth2/token"
0 commit comments