MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / FlowState

Class FlowState

src/core/anyauto/utils.py:18–27  ·  view source on GitHub ↗

OpenAI Auth/Registration 流程中的页面状态。

Source from the content-addressed store, hash-verified

16
17@dataclass
18class FlowState:
19 """OpenAI Auth/Registration 流程中的页面状态。"""
20
21 page_type: str = ""
22 continue_url: str = ""
23 method: str = "GET"
24 current_url: str = ""
25 source: str = ""
26 payload: Dict[str, Any] = field(default_factory=dict)
27 raw: Dict[str, Any] = field(default_factory=dict)
28
29
30def generate_device_id():

Callers 3

extract_flow_stateFunction · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected