Home
last modified time | relevance | path

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

/external/python/oauth2client/tests/
Dtest_client.py1770 expected = client.DeviceFlowInfo(
1903 device_flow_info = client.DeviceFlowInfo(
2318 result = client.DeviceFlowInfo.FromResponse(response)
2319 expected_result = client.DeviceFlowInfo(
2329 result = client.DeviceFlowInfo.FromResponse(response)
2330 expected_result = client.DeviceFlowInfo(
2340 client.DeviceFlowInfo.FromResponse(response)
2355 result = client.DeviceFlowInfo.FromResponse(response)
2356 expected_result = client.DeviceFlowInfo(
/external/python/oauth2client/oauth2client/
Dclient.py1735 class DeviceFlowInfo(collections.namedtuple('DeviceFlowInfo', ( class
1953 return DeviceFlowInfo.FromResponse(flow_info)
/external/python/oauth2client/
DCHANGELOG.md32 * Fix `oauth2client.client.DeviceFlowInfo` to use UTC instead of the system timezone when calculati…