SecureBlackbox 2020 Python Edition

Questions / Feedback?

in_response_to Property

Returns the in-response-to parameter of the message.

Syntax

def get_in_response_to() -> str: ...

in_response_to = property(get_in_response_to, None)

Default Value

""

Remarks

Check this property to obtain the In-Response-To parameter of the SAML message.

This property is read-only.

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