Searched refs:flow_info (Results 1 – 2 of 2) sorted by relevance
19 flow_info = flow.step1_get_device_and_user_codes() variable20 print("Enter the following code at {0}: {1}".format(flow_info.verification_url,21 flow_info.user_code))27 credentials = flow.step2_exchange(device_flow_info=flow_info)
1948 flow_info = json.loads(content)1953 return DeviceFlowInfo.FromResponse(flow_info)