aboutsummaryrefslogtreecommitdiff
path: root/tests/data/unfilled_client_secrets.json
blob: a85ca01f76bc3858e89df78048d8c3b334536a96 (plain)
1
2
3
4
5
6
7
8
9
{
  "web": {
    "client_id": "[[INSERT CLIENT ID HERE]]",
    "client_secret": "[[INSERT CLIENT SECRET HERE]]",
    "redirect_uris": [],
    "auth_uri": "https://accounts.google.com/o/oauth2/v2/auth",
    "token_uri": "https://www.googleapis.com/oauth2/v4/token"
  }
}