diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-05-21 02:44:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-05-21 02:44:05 +0200 |
| commit | d91a5283e2c9246760c110332e59513de62cfa07 (patch) | |
| tree | 7509e4bf897232deb558ec2f32aed1a190fcd4ba /lib/awfeedback/tokens | |
| parent | 113eca6e9d60c923da82474941acf5c9640bd917 (diff) | |
new backend to fetch feedback from a google doc
Diffstat (limited to 'lib/awfeedback/tokens')
| -rw-r--r-- | lib/awfeedback/tokens/client_secret.json | 1 | ||||
| -rw-r--r-- | lib/awfeedback/tokens/client_token.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/awfeedback/tokens/client_secret.json b/lib/awfeedback/tokens/client_secret.json new file mode 100644 index 0000000..4973155 --- /dev/null +++ b/lib/awfeedback/tokens/client_secret.json @@ -0,0 +1 @@ +{"installed":{"client_id":"607110202132-nenuro8k1eto67iorj6gkjncqrc4kfi6.apps.googleusercontent.com","project_id":"aerial-valor-168323","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://accounts.google.com/o/oauth2/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"8FeJgtC1Cv-FttEZPrSe7KHp","redirect_uris":["urn:ietf:wg:oauth:2.0:oob","http://localhost"]}}
\ No newline at end of file diff --git a/lib/awfeedback/tokens/client_token.json b/lib/awfeedback/tokens/client_token.json new file mode 100644 index 0000000..8faae0c --- /dev/null +++ b/lib/awfeedback/tokens/client_token.json @@ -0,0 +1 @@ +{"access_token":"ya29.GltQBM77mgZn34e0222_9njAqHHqj-KemaAmWEkmojLt224L20CYUyxyq5OoiQVGtVXEAAsQQYY95qGQjigQwTjg9pVMi71QAENejf43FjMlb1AucdPGEa390ERT","refresh_token":"1/glG1o8edgir-nUU9ln8E0Fc5MI3zzmlBPDqFHDYfV8Y","token_type":"Bearer","expiry_date":1495328054832}
\ No newline at end of file |
