Difference between revisions of "LoginUserCode"
Jump to navigation
Jump to search
| (2 intermediate revisions by one other user not shown) | |||
| Line 23: | Line 23: | ||
|Returns= | |Returns= | ||
| − | + | Returns a JSON containing the Login object. | |
| + | Example: | ||
| + | |||
| + | { | ||
| + | : [[Login]] Object | ||
| + | } | ||
| + | |||
|Exceptions= | |Exceptions= | ||
| Line 38: | Line 44: | ||
|SeeAlso= | |SeeAlso= | ||
| − | + | * [[LoginUserHashCode]] method | |
| − | + | * [[LoginUserPassword]] method | |
| + | * [[LoginUserPasswordTEF]] method | ||
| + | * [[LoginApplicationToken]] method | ||
}} | }} | ||
Latest revision as of 13:31, 23 February 2016
Description
This methos does the log-in in the application using the user code.
Parameters
- instanceId (int, required)
- The id of the instance (OB) for the current environment. This ID might vary depending on the environment.
- userCode (string, required)
- deviceType (int, required)
- The device type code (see #DeviceTypeCodes enumeration to know the list of device types allowed)
Returns
Returns a JSON containing the Login object. Example:
{
- Login Object
}
Exceptions
None
Caching
This method is not cached.
Known issues
None
Version history
TO BE COMPLETED
See also
- LoginUserHashCode method
- LoginUserPassword method
- LoginUserPasswordTEF method
- LoginApplicationToken method