OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLIENT_ID
(Results
1 - 5
of
5
) sorted by null
/external/adhd/scripts/audio_tuning/frontend/
setup_credential.js
9
* 3. Fill in <API_KEY> and <
CLIENT_ID
> below from credential page. */
11
CLIENT_ID
= '<
CLIENT_ID
>';
google_drive_picker.js
8
if (!
CLIENT_ID
) {
9
console.error.log('
CLIENT_ID
is not set');
15
clientId:
CLIENT_ID
,
48
client_id
: this.clientId + '.apps.googleusercontent.com',
/external/python/oauth2client/samples/
oauth2_for_devices.py
11
CLIENT_ID
= "some+client+id"
15
flow = OAuth2WebServerFlow(
CLIENT_ID
, CLIENT_SECRET, " ".join(SCOPES))
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
client_lib_test.py
34
CLIENT_ID
= ('522003936346-odpbgftanpuruuqhf1puk9e0' +
58
print oauth_helpers.get_oauth2_auth_url(
CLIENT_ID
)
63
CLIENT_ID
, CLIENT_SECRET, parsed_args.auth_code)
71
'test_device', 'vendor', 'xmpp', oauth_client_id=
CLIENT_ID
,
81
CLIENT_ID
, CLIENT_SECRET,
/external/python/google-api-python-client/samples/tasks_appengine/
main.py
23
decorator = OAuth2Decorator(
client_id
=settings.
CLIENT_ID
,
Completed in 173 milliseconds