onAuthenticated property

SSHAuthenticatedHandler? onAuthenticated
final

A Future that completes normally when the client is connected to the Function called when authentication is complete.

Implementation

// Future<void> get handshake => _handshakeCompleter.future;

/// Function called when authentication is complete.
final SSHAuthenticatedHandler? onAuthenticated;