QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

AuthorizedUserPassword Property

A password associated with the User who is allowed to connect to the class.

Object Oriented Interface

public function getAuthorizedUserPassword($authorizeduserindex);
public function setAuthorizedUserPassword($authorizeduserindex, $value);

Procedural Interface

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

Default Value

''

Remarks

A password associated with the AuthorizedUser who is allowed to connect to the class. Connecting clients' authorization headers will be compared against this AuthorizedUser and AuthorizedPassword.

The $authorizeduserindex parameter specifies the index of the item in the array. The size of the array is controlled by the AuthorizedUserCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 PHP Edition - Version 20.0 [Build 7941]