Spaces:
Sleeping
Sleeping
File size: 418 Bytes
21ca484 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"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"
]
}
}
|