IPWorks OFX 2020 Python Edition

Questions / Feedback?

on_ssl_status Event

Shows the progress of the secure connection.

Syntax

class BankTransferSSLStatusEventParams(object):
  @property
  def message() -> str: ...

# In class BankTransfer:
@property
def on_ssl_status() -> Callable[[BankTransferSSLStatusEventParams], None]: ...
@on_ssl_status.setter
def on_ssl_status(event_hook: Callable[[BankTransferSSLStatusEventParams], None]) -> None: ...

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Python Edition - Version 20.0 [Build 7941]