# Cyclos4102Api.LoginUser

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | **String** | The user identification for login. The accepted kind of identification (login name, e-mail, etc) depend on the channel configuration.  | [optional] 
**password** | **String** | The user password. The password type is set in the channel configuration.  | [optional] 
**remoteAddress** | **String** | The IP address of the user requesting the login.  | [optional] 
**channel** | **String** | The channel internal name. Defaults to &#x60;main&#x60;.  | [optional] 
**sessionTimeout** | [**TimeInterval**](TimeInterval.md) | The amount of time the session is valid. The channel configuration has the session timeout, which is the maximum amount of time that can be set. If the given value is higher than the one in the configuration, it will be ignored. Defaults to the timeout set in the configuration.   | [optional] 


