keyboardInteractiveMessage (property)

The instructions to send to the client during keyboard-interactive authentication.

Syntax

@property (nonatomic,readwrite,assign,getter=keyboardInteractiveMessage,setter=setKeyboardInteractiveMessage:) NSString* keyboardInteractiveMessage;
- (NSString*)keyboardInteractiveMessage;
- (void)setKeyboardInteractiveMessage:(NSString*)newKeyboardInteractiveMessage;
public var keyboardInteractiveMessage: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property should be set to the main instructions to send to the client during keyboard-interactive authentication.

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