QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

authorizedUserPassword (property)

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

Syntax

- (NSString*)authorizedUserPassword:(int)authorizedUserIndex;
- (void)setAuthorizedUserPassword:(int)authorizedUserIndex:(NSString*)newAuthorizedUserPassword;
public func authorizedUserPassword(authorizedUserIndex: Int32) throws -> String
public func setAuthorizedUserPassword(authorizedUserIndex: Int32, newAuthorizedUserPassword: String) throws -> Void

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.

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