QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

authorized_user Property

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

Syntax

def get_authorized_user(authorized_user_index: int) -> str: ...
def set_authorized_user(authorized_user_index: int, value: str) -> None: ...

Default Value

""

Remarks

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