QuickBooks Integrator 2016 C++ Builder Edition
QuickBooks Integrator 2016 C++ Builder Edition
Questions / Feedback?

AuthorizedAuthMode Property

This property defines how the user is authorized.

Syntax

__property TiqbQBConnectorAuthorizedAuthModes AuthorizedAuthMode[int AuthorizedUserIndex] = {read=FAuthorizedAuthMode, write=FSetAuthorizedAuthMode};



enum TiqbQBConnectorAuthorizedAuthModes { amNormal=0, amWindows=1 };

Default Value

0

Remarks

This property defines how the user is authorized.

There are two ways that the user may be authorized, against the user list defined in the component, or as a Windows user. From the client side the process of connecting is exactly the same no matter which option you choose. Possible values are:

0 (amNormal - default) The user is authenticated against the user list defined in the component.
1 (amWindows) The user is authenticated as a Windows user.

When using the amNormal AuthMode (default) the user's password will be checked against the Password property.

When using the amWindows AuthMode the component will validate the user's credentials with Windows. When calling AddUser the Password parameter should be set to empty string.

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

This property is not available at design time.

Data Type

Integer

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