pub async fn with_auth_challenge_port<F>(
port: Arc<dyn AuthChallengePort>,
future: F,
) -> F::Outputwhere
F: Future,pub async fn with_auth_challenge_port<F>(
port: Arc<dyn AuthChallengePort>,
future: F,
) -> F::Outputwhere
F: Future,