SecureBlackbox 2020 Python Edition

Questions / Feedback?

authn_query_session_index Property

Specifies the index of the session to the authentication entity.

Syntax

def get_authn_query_session_index() -> str: ...
def set_authn_query_session_index(value: str) -> None: ...

authn_query_session_index = property(get_authn_query_session_index, set_authn_query_session_index)

Default Value

""

Remarks

Specifies the index of the session to the authentication entity.

Use this property to access or set the index of the session to the authentication entity.

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