SecureBlackbox 2020 Python Edition

Questions / Feedback?

in_response_to Property

Contains the InResponseTo property of the SAML request.

Syntax

def get_in_response_to() -> str: ...
def set_in_response_to(value: str) -> None: ...

in_response_to = property(get_in_response_to, set_in_response_to)

Default Value

""

Remarks

Use this property to specify the ID of the message in response to which the current entity is provided.

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