QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

authorizedUser (property)

Name of a user which is allowed to connect to the class.

Syntax

- (NSString*)authorizedUser:(int)authorizedUserIndex;
- (void)setAuthorizedUser:(int)authorizedUserIndex:(NSString*)newAuthorizedUser;
public func authorizedUser(authorizedUserIndex: Int32) throws -> String
public func setAuthorizedUser(authorizedUserIndex: Int32, newAuthorizedUser: String) throws -> Void

Default Value

""

Remarks

Name of a user which 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.

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