SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

on_auth_succeeded Event

Reports a successful authentication.

Syntax

class SFTPClientAuthSucceededEventParams(object):

# In class SFTPClient:
@property
def on_auth_succeeded() -> Callable[[SFTPClientAuthSucceededEventParams], None]: ...
@on_auth_succeeded.setter
def on_auth_succeeded(event_hook: Callable[[SFTPClientAuthSucceededEventParams], None]) -> None: ...

Remarks

This event marks the completion of the authentication procedure, and signifies transition to the SSH connection subprotocol.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]