Set Up Flows Authentication Wire a React app for Flows auth so it can talk to CDF inside Fusion. Two flows exist; pick one based on . Pick the flow Read if present: | | Flow | Auth source | Extra package | |---|---|---|---| | | Apps API (new Fusion app host) | from | | | missing / other | Classic (legacy Files API) | + from | — | No ? Ask the user. Default to Apps API — it's the default for . Step 1 — Read state, decide whether to act Read , (or ), , . A valid setup already exists if any of these is true — in which case do nothing and report no-op: - Classic : from wraps in the entry file. -…