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

Authorization Event

Fired when the client presents its credentials to the server.

Object Oriented Interface

public function fireAuthorization($param);

Procedural Interface

inqb_qbconnector_register_callback($res, 1, array($this, 'fireAuthorization'));

Parameter List


'connectionid'
'userindex'
'user'
'password'
'accept'

Remarks

This is where the server can decide whether to continue or not, based on the supplied User and Password.

To accept or reject a connection set Accept to True of False.

The Accept parameter defaults to True if User is found in the AuthorizedUsers collection and Password matches, and False otherwise. The UserIndex parameter indicates the index at which the authorized user was found in the collection.

A UserIndex of -1 means that no matching credentials were found in the AuthorizedUsers collection.

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