tomato25 commited on
Commit
1d8c707
·
verified ·
1 Parent(s): e2b9ac7

Upload client_secret.json

Browse files
Files changed (1) hide show
  1. client_secret.json +11 -0
client_secret.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "web": {
3
+ "client_id": "228160683186-6u7986qsfhcv3kd9iqtv08iphpl4gdk2.apps.googleusercontent.com",
4
+ "project_id": "justtalk-454100",
5
+ "auth_uri": "https://accounts.google.com/o/oauth2/auth",
6
+ "token_uri": "https://oauth2.googleapis.com/token",
7
+ "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
8
+ "client_secret": "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",
9
+ "redirect_uris": "http://127.0.0.1:7860/callback"
10
+ }
11
+ }