Difference between revisions of "LoginUserCode"
Jump to navigation
Jump to search
Line 39: | Line 39: | ||
|SeeAlso= | |SeeAlso= | ||
* [[LoginUserHashCode]] method | * [[LoginUserHashCode]] method | ||
− | * [[ | + | * [[LoginUserPassword]] method |
− | * [[ | + | * [[LoginUserPasswordTEF]] method |
* [[LoginApplicationToken]] method | * [[LoginApplicationToken]] method | ||
}} | }} |
Revision as of 09:31, 24 September 2015
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
TO BE COMPLETED
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