Home
last modified time | relevance | path

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

/external/python/oauth2client/samples/
Doauth2_for_devices.py19 flow_info = flow.step1_get_device_and_user_codes()
/external/python/oauth2client/tests/
Dtest_client.py1745 flow.step1_get_device_and_user_codes()
1766 result = flow.step1_get_device_and_user_codes()
1768 result = flow.step1_get_device_and_user_codes(http=http)
1810 flow.step1_get_device_and_user_codes(http=http)
/external/python/oauth2client/oauth2client/
Dclient.py1919 def step1_get_device_and_user_codes(self, http=None): member in OAuth2WebServerFlow