Struct wezterm_ssh::AuthenticationEvent [−][src]
pub struct AuthenticationEvent {
pub username: String,
pub instructions: String,
pub prompts: Vec<AuthenticationPrompt>,
// some fields omitted
}
Fields
username: String
instructions: String
prompts: Vec<AuthenticationPrompt>