Skip to main content

authenticate_with_challenge_port

Function authenticate_with_challenge_port 

Source
pub async fn authenticate_with_challenge_port(
    config: &AuthConfig,
    port: Arc<dyn AuthChallengePort>,
) -> Result<AuthSession>