SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_session_established Event

This event is fired when a new session has been established.

Syntax

class SAMLIdPServerSessionEstablishedEventParams(object):
  @property
  def connection_id() -> int: ...
  @property
  def username() -> str: ...

# In class SAMLIdPServer:
@property
def on_session_established() -> Callable[[SAMLIdPServerSessionEstablishedEventParams], None]: ...
@on_session_established.setter
def on_session_established(event_hook: Callable[[SAMLIdPServerSessionEstablishedEventParams], None]) -> None: ...

Remarks

ConnectionID contains the identifier of the new session, Username specifies the client's address and Username.

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