KeyboardInteractivePrompts Property
A collection of prompts to present to the user for keyboard-interactive authentication.
Syntax
public SSHPromptList getKeyboardInteractivePrompts(); public void setKeyboardInteractivePrompts(SSHPromptList keyboardInteractivePrompts);
Remarks
This property is a collection of prompts to present to the user during keyboard-authentication. It is used together with the KeyboardInteractiveMessage property.