SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_authorization Property

Specifies the Authorization header of the HTTP request.

Syntax

def get_req_params_authorization() -> str: ...
def set_req_params_authorization(value: str) -> None: ...

req_params_authorization = property(get_req_params_authorization, set_req_params_authorization)

Default Value

""

Remarks

Specifies the Authorization header of the HTTP request. This header contains the credentials to authenticate a user with a server.

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