SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReqParamsAuthorization Property

Specifies the Authorization header of the HTTP request.

Object Oriented Interface

public function getReqParamsAuthorization();
public function setReqParamsAuthorization($value);

Procedural Interface

secureblackbox_soapclient_get($res, 93 );
secureblackbox_soapclient_set($res, 93, $value );

Default Value

''

Remarks

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

This property is not available at design time.

Data Type

String

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