Implement oauth2 for accessing google analytics
[ckanext-ga-report.git] / credentials.json.template
blob:a/credentials.json.template -> blob:b/credentials.json.template
  {
  "installed": {
  "client_id": "",
  "client_secret": "",
  "redirect_uris": [""],
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
  "token_uri": "https://accounts.google.com/o/oauth2/token"
  }
  }