QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

authorized_user_password Property

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

Syntax

def get_authorized_user_password(authorized_user_index: int) -> str: ...
def set_authorized_user_password(authorized_user_index: int, value: str) -> None: ...

Default Value

""

Remarks

A password associated with the authorized_user who is allowed to connect to the class. Connecting clients' authorization headers will be compared against this authorized_user and authorized_password.

The authorized_user_index parameter specifies the index of the item in the array. The size of the array is controlled by the authorized_user_count property.

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