JRealValdes's picture
Google API Credentials management
21ca484
raw
history blame contribute delete
418 Bytes
{
"installed": {
"client_id": "<PUT_YOUR_CLIENT_ID_HERE>",
"project_id": "<PUT_YOUR_PROJECT_ID_HERE>",
"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": "<PUT_YOUR_CLIENT_HERE>",
"redirect_uris": [
"http://localhost"
]
}
}