QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 PHP Edition
Questions / Feedback?

AuthorizedUser Property

Name of a user which is allowed to connect to the component.

Object Oriented Interface

public function getAuthorizedUser($authorizeduserindex);
public function setAuthorizedUser($authorizeduserindex, $value);

Procedural Interface

inqb_qbconnector_get($res, 5 , $authorizeduserindex);
inqb_qbconnector_set($res, 5, $value , $authorizeduserindex);

Default Value

''

Remarks

Name of a user which is allowed to connect to the class. Connecting clients' authorization headers will be compared against this AuthorizedUser and AuthorizedPassword.

The size of the array is controlled by the AuthorizedUserCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]