Home
last modified time | relevance | path

Searched refs:GOOGLE_DEVICE_URI (Results 1 – 3 of 3) sorted by relevance

/external/python/oauth2client/oauth2client/
D__init__.py20 GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code' variable
Dclient.py1643 device_uri=oauth2client.GOOGLE_DEVICE_URI,
1816 device_uri=oauth2client.GOOGLE_DEVICE_URI,
/external/python/oauth2client/tests/
Dtest_client.py1775 http.requests[0]['uri'], oauth2client.GOOGLE_DEVICE_URI)