mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 11:56:25 +03:00
13 lines
611 B
JSON
Executable File
13 lines
611 B
JSON
Executable File
{
|
|
"type": "service_account",
|
|
"project_id": "projectid",
|
|
"private_key_id": "281379821737219379as87d",
|
|
"private_key": "-----BEGIN PRIVATE KEY-----\n-----END PRIVATE KEY-----\n",
|
|
"client_email": "service@appspot.gserviceaccount.com",
|
|
"client_id": "110459080868243513123",
|
|
"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_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/service%40appspot.gserviceaccount.com"
|
|
}
|