Skip to main content

with_auth_challenge_port

Function with_auth_challenge_port 

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