onUserInfoRequest property

SSHUserInfoRequestHandler? onUserInfoRequest
final

Set this field to enable the 'keyboard-interactive' authentication method. This may be called multiple times to request additional prompts. Return null to skip to the next available authentication method.

Implementation

final SSHUserInfoRequestHandler? onUserInfoRequest;