-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclient_secret.json
26 lines (26 loc) · 1.12 KB
/
client_secret.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"web": {
"client_id": "516475944042-psbar5tjohs8qqdfcjibejuhv9nnscpe.apps.googleusercontent.com",
"project_id": "stylefocus",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "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",
"redirect_uris": [
"http://localhost:5000/callback/google",
"http://localhost:5000",
"http://localhost:5000/oauth2callback",
"http://localhost:5000/oauth2authorize",
"http://localhost:5000/login/callback",
"http://localhost:5000/google_oauth",
"http://localhost:5000/callback",
"http://127.0.0.1:5000/callback/google",
"http://127.0.0.1:5000",
"http://127.0.0.1:5000/oauth2callback",
"http://127.0.0.1:5000/oauth2authorize",
"http://127.0.0.1:5000/login/callback",
"http://127.0.0.1:5000/google_oauth",
"http://127.0.0.1:5000/callback"
]
}
}