onChangePasswordRequest property

SSHChangePasswordRequestHandler? onChangePasswordRequest
final

Set this field to enable setting new passwords when the server requests changing password when using the 'password' authentication method. Return null to skip to the next available authentication method.

Implementation

final SSHChangePasswordRequestHandler? onChangePasswordRequest;