SecureBlackbox 2020 Python Edition

Questions / Feedback?

authn_request_use_is_passive Property

Controls inclusion of IsPassive attribute in the request.

Syntax

def get_authn_request_use_is_passive() -> bool: ...

authn_request_use_is_passive = property(get_authn_request_use_is_passive, None)

Default Value

FALSE

Remarks

Controls inclusion of IsPassive attribute in the request.

Use this property to check or enable presence of the IsPassive attribute in the authentication request. Set this property to false to suppress inclusion of the attribute.

This property is read-only.

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