Searched refs:DeviceFlowInfo (Results 1 – 3 of 3) sorted by relevance
1770 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(
1735 class DeviceFlowInfo(collections.namedtuple('DeviceFlowInfo', ( class1953 return DeviceFlowInfo.FromResponse(flow_info)
32 * Fix `oauth2client.client.DeviceFlowInfo` to use UTC instead of the system timezone when calculati…