mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 01:35:17 +02:00
Implement client-side OAuth in non-local HTTP connections. Also add tests to verify that the different modes of connection are set up correctly. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147636222
11 lines
416 B
JSON
11 lines
416 B
JSON
{
|
|
"installed": {
|
|
"client_id":"UNITTEST-CLIENT-ID",
|
|
"project_id":"DO NOT CHANGE",
|
|
"auth_uri":"https://accounts.google.com/o/oauth2/auth",
|
|
"token_uri":"https://accounts.google.com/o/oauth2/token",
|
|
"auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs",
|
|
"client_secret":"TBj4EcP5c0609ojiy2DIG6wE",
|
|
"redirect_uris":["urn:ietf:wg:oauth:2.0:oob","http://localhost"]
|
|
}
|
|
}
|