aboutsummaryrefslogtreecommitdiff
path: root/src/server/credentials/google_project_credentials.json
blob: 5d9c62eb1f90d9ae144d9c01b919ffa07de7b4f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
        ]
    }
}