SecureBlackbox 2020 Python Edition

Questions / Feedback?

redirect_binding_relay_state Property

Contains the RelayState parameter of the binding.

Syntax

def get_redirect_binding_relay_state() -> str: ...
def set_redirect_binding_relay_state(value: str) -> None: ...

redirect_binding_relay_state = property(get_redirect_binding_relay_state, set_redirect_binding_relay_state)

Default Value

""

Remarks

Contains the RelayState parameter of the binding.

Use this property to access or set the RelayState parameter of the binding. This is an uninterpreted state string that should be passed back to the service provider with subsequent requests.

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