Skip to main content

Module flow

Module flow 

Source
Expand description

High-level Flow API for the GraphQL layer.

Orchestrates the two-step interactive TAN flow:

  1. Flow::initiate() → challenge info, holds dialog in TanPending/Open
  2. Flow::confirm_and_fetch() → polls TAN, fetches data

Re-exports§

pub use crate::workflow::FetchOpts as FetchOptions;

Structs§

ChallengeInfo
Flow
SyncResult