SecureBlackbox 2020 Python Edition

Questions / Feedback?

response_response_type Property

Contains the type of the response.

Syntax

def get_response_response_type() -> int: ...
def set_response_response_type(value: int) -> None: ...

response_response_type = property(get_response_response_type, set_response_response_type)

Default Value

0

Remarks

Contains the type of the response.

Use this property to get or set the type of the SAML response.

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