SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_session_closed Event

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

Syntax

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

# In class SAMLIdPServer:
@property
def on_session_closed() -> Callable[[SAMLIdPServerSessionClosedEventParams], None]: ...
@on_session_closed.setter
def on_session_closed(event_hook: Callable[[SAMLIdPServerSessionClosedEventParams], 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]