upstox-python

TokenResponse

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- email | str | E-mail address of the user | [optional] exchanges | list[str] | Lists the exchanges to which the user has access | [optional] products | list[str] | Lists the products types to which the user has access | [optional] broker | str | The broker ID | [optional] user_id | str | Uniquely identifies the user | [optional] user_name | str | Name of the user | [optional] order_types | list[str] | Order types enabled for the user | [optional] user_type | str | Identifies the user's registered role at the broker. This will be individual for all retail users | [optional] poa | bool | To depict if the user has given power of attorney for transactions | [optional] is_active | bool | Whether the status of account is active or not | [optional] access_token | str | The authentication token that is to used with every subsequent API requests | [optional]

[Back to Model list] [Back to API list] [Back to README]