/n software 3-D Secure V2 Python Edition

Questions / Feedback?

on_ssl_status Event

Shows the progress of the secure connection.

Syntax

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

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

Remarks

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

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8318]