QuickBooks Integrator 2020 .NET Edition

Questions / Feedback?

AuthorizedUsers Property

A list of clients allowed to connect to the server.

Syntax

public AuthorizedUserList AuthorizedUsers { get; }
Public Property AuthorizedUsers As AuthorizedUserList

Remarks

The AuthorizedUsers property contains a list of clients allowed to connect to the QBConnector component. If the user name and password supplied in the HTTP authorization header must match the User and Password fields, the Authorization event will fire with the Accept parameter set to True. If the user cannot be found, or the password does not match, the Authorization event will fire with the Accept parameter set to False;. If a match is found, the component uses the information in the QBConnectionString to make a connection to QuickBooks.

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