Expand description
High-level Flow API for the GraphQL layer.
Orchestrates the two-step interactive TAN flow:
Flow::initiate()→ challenge info, holds dialog in TanPending/OpenFlow::confirm_and_fetch()→ polls TAN, fetches data
Re-exports§
pub use crate::workflow::FetchOpts as FetchOptions;