SecureBlackbox 2020 Python Edition

Questions / Feedback?

failure_response Property

The web page showed to the user by the class on authorization failure.

Syntax

def get_failure_response() -> str: ...
def set_failure_response(value: str) -> None: ...

failure_response = property(get_failure_response, set_failure_response)

Default Value

""

Remarks

This property contains the html of the web page to be shown on authorization failure.

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