QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

AuthorizedUserPassword Property

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

Syntax

ANSI (Cross Platform)
char* GetAuthorizedUserPassword(int iAuthorizedUserIndex);
int SetAuthorizedUserPassword(int iAuthorizedUserIndex, const char* lpszAuthorizedUserPassword); Unicode (Windows) LPWSTR GetAuthorizedUserPassword(INT iAuthorizedUserIndex);
INT SetAuthorizedUserPassword(INT iAuthorizedUserIndex, LPCWSTR lpszAuthorizedUserPassword);
- (NSString*)authorizedUserPassword:(int)authorizedUserIndex;
- (void)setAuthorizedUserPassword:(int)authorizedUserIndex:(NSString*)newAuthorizedUserPassword;
#define PID_QBCONNECTOR_AUTHORIZEDUSERPASSWORD 3

INQB_EXTERNAL void* INQB_CALL InQB_QBConnector_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_QBConnector_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
INQB_EXTERNAL int INQB_CALL InQB_QBConnector_CheckIndex(void *lpObj, int propid, int arridx);

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 C++ Edition - Version 20.0 [Build 7941]