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) →
AuthComplete → EnterEP. No signing happens here, so the timing reflects the server’s work.