IPWorks SSH 2020 Python Edition

Questions / Feedback?

keyboard_interactive_prompt_echo Property

Specifies if the client should echo the value entered by the user or not.

Syntax

def get_keyboard_interactive_prompt_echo(prompt_index: int) -> bool: ...
def set_keyboard_interactive_prompt_echo(prompt_index: int, value: bool) -> None: ...

Default Value

FALSE

Remarks

Specifies if the client should echo the value entered by the user or not.

The prompt_index parameter specifies the index of the item in the array. The size of the array is controlled by the keyboard_interactive_prompt_count property.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 Python Edition - Version 20.0 [Build 8501]