Skip to main content

KeyboardInteractiveHandler

Type Alias KeyboardInteractiveHandler 

Source
pub type KeyboardInteractiveHandler = Arc<dyn Fn(&Context, &str, &[String], &[bool]) -> Vec<String> + Send + Sync>;
Expand description

Keyboard-interactive authentication handler.

Aliased Typeยง

pub struct KeyboardInteractiveHandler { /* private fields */ }