Function snocat::common::authentication::perform_authentication[][src]

pub fn perform_authentication<'a>(
    handler: &'a impl AuthenticationHandler + ?Sized,
    tunnel: &'a (dyn Tunnel + Send + Sync + 'a),
    shutdown_notifier: &'a CancellationListener
) -> BoxFuture<'a, Result<TunnelName, AuthenticationError>>