aboutsummaryrefslogtreecommitdiff
path: root/src/server/credentials/google_project_credentials.json
diff options
context:
space:
mode:
authorMohammad Amoush <muhammedamoush@gmail.com>2019-11-12 16:26:56 -0500
committerMohammad Amoush <muhammedamoush@gmail.com>2019-11-12 16:26:56 -0500
commit341a4201997a27adeace7cb3fad48ce83b8008a7 (patch)
tree9604dc11971e2a7f37bdf44b5f295af2b59eb42f /src/server/credentials/google_project_credentials.json
parentee4910b1a90284c71ebdaa5fbd9243148ae113f6 (diff)
parented0657b6b0ca1566af06038e418feda8a680419d (diff)
factorization done
Diffstat (limited to 'src/server/credentials/google_project_credentials.json')
-rw-r--r--src/server/credentials/google_project_credentials.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/server/credentials/google_project_credentials.json b/src/server/credentials/google_project_credentials.json
new file mode 100644
index 000000000..5d9c62eb1
--- /dev/null
+++ b/src/server/credentials/google_project_credentials.json
@@ -0,0 +1,14 @@
+{
+ "installed": {
+ "client_id": "1005546247619-kqpnvh42mpa803tem8556b87umi4j9r0.apps.googleusercontent.com",
+ "project_id": "brown-dash",
+ "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": "WshLb5TH9SdFVGGbQcnYj7IU",
+ "redirect_uris": [
+ "urn:ietf:wg:oauth:2.0:oob",
+ "http://localhost"
+ ]
+ }
+} \ No newline at end of file