SecureBlackbox 2020 Python Edition

Questions / Feedback?

auth_basic Property

Enables or disables basic authentication.

Syntax

def get_auth_basic() -> bool: ...
def set_auth_basic(value: bool) -> None: ...

auth_basic = property(get_auth_basic, set_auth_basic)

Default Value

FALSE

Remarks

Use this property to enable or disable basic user authentication in the HTTP server.

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