SecureBlackbox 2020 Python Edition

Questions / Feedback?

redirect_on_logout_page Property

Specifies the location to redirect the user on logout.

Syntax

def get_redirect_on_logout_page() -> str: ...
def set_redirect_on_logout_page(value: str) -> None: ...

redirect_on_logout_page = property(get_redirect_on_logout_page, set_redirect_on_logout_page)

Default Value

"https://secureblackbox.com"

Remarks

Use this property to specify the page where to redirect the user on logout.

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