resolving merge conflict by adding both requirements.
[oweals/karmaworld.git] / karmaworld / secret / client_secrets.json.example
1 {
2   "web": {
3     "auth_uri": "https://accounts.google.com/o/oauth2/auth",
4     "token_uri": "https://accounts.google.com/o/oauth2/token",
5     "client_email": "PROJECT@developer.gserviceaccount.com",
6     "client_x509_cert_url":"https://www.googleapis.com/robot/v1/metadata/x509/PROJECT@developer.gserviceaccount.com",
7     "client_id":"PROJECT.apps.googleusercontent.com",
8     "auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs"
9   }
10 }