SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_session_closed Event

This event is fired when the SP server has closed a session.

Syntax

class SAMLSPServerSessionClosedEventParams(object):
  @property
  def connection_id() -> int: ...

# In class SAMLSPServer:
@property
def on_session_closed() -> Callable[[SAMLSPServerSessionClosedEventParams], None]: ...
@on_session_closed.setter
def on_session_closed(event_hook: Callable[[SAMLSPServerSessionClosedEventParams], None]) -> None: ...

Remarks

ConnectionID contains the identifier of the closed session.

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