Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/oauth2client/samples/
Doauth2_for_devices.py19 flow_info = flow.step1_get_device_and_user_codes()
/aosp_15_r20/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)
/aosp_15_r20/external/python/oauth2client/oauth2client/
Dclient.py1919 def step1_get_device_and_user_codes(self, http=None): member in OAuth2WebServerFlow
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A Dclient.py2031 def step1_get_device_and_user_codes(self, http=None): member in OAuth2WebServerFlow