SecureBlackbox 2020 Python Edition

Questions / Feedback?

logout_page Property

Specifies the location of the logout page.

Syntax

def get_logout_page() -> str: ...
def set_logout_page(value: str) -> None: ...

logout_page = property(get_logout_page, set_logout_page)

Default Value

"/sp/logout"

Remarks

Use this property to specify the relative URL of the logout page.

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