Skip to main content

enter_with_disclosure

Function enter_with_disclosure 

Source
async fn enter_with_disclosure(
    client: &Client,
    constellation: &Constellation,
    auth_start_req: &AuthStartReq,
    disclosure: JWT,
    mode: EnterMode,
) -> Result<(Timing, Outcome)>
Expand description

One timed enter flow using a precomputed disclosure: AuthStart (for a fresh sealed state) → AuthCompleteEnterEP. No signing happens here, so the timing reflects the server’s work.