Skip to main content

execute_flow

Function execute_flow 

Source
pub async fn execute_flow(
    flow: &AuthFlow,
    config: &Config,
) -> Result<LiveCredential>
Expand description

Execute all steps in the auth flow using a plain reqwest client (not the scanner’s HttpClient, to avoid circular dependency). Returns the live credential ready for injection.