Login

The Login object defines the authentication parameters for the Auth command.

A Login object has the following properties:

Name

Type

Description

access_token

string

An OAuth 2.0 access token can be used instead of user credentials [company, user, and password] or client session ID [session_id]. See OAuth 2.0 Access Token Authentication.

All other properties are ignored if access_token is not empty.

For more information about OAuth 2.0, see OAuth 2.0 for Integration Applications Developers.

company

string

Your company ID.

password

string

The authenticating user's password.

user

string

The authenticating user's user ID.