install.fairie/home/dot_local/share/ansible/environments/dev/files/GoogleAPI/googleassistant-client-secret.json

12 lines
478 B
JSON
Raw Normal View History

2023-07-15 22:40:26 -07:00
{
"installed": {
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"client_id": "0000000000-abcdefgxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com",
"client_secret": "GOCSPX-XXXXXXXXXXXXXXXXXXXXXXXXXX",
"project_id": "test-role",
"redirect_uris": ["urn:ietf:wg:oauth:2.0:oob", "http://localhost"],
"token_uri": "https://accounts.google.com/o/oauth2/token"
}
}