Difference between revisions of "LoginUserHashCode"

From Gvp-public
Jump to navigation Jump to search
Line 23: Line 23:
  
 
|Returns=
 
|Returns=
 +
<span style="color: #a11;">TO BE COMPLETED</span>
  
 
|Exceptions=
 
|Exceptions=
Line 32: Line 33:
 
|KnownIssues=
 
|KnownIssues=
 
None
 
None
 +
 
|VersionHistory=
 
|VersionHistory=
 +
<span style="color: #a11;">TO BE COMPLETED</span>
  
 +
|SeeAlso=
 +
<span style="color: #a11;">TO BE COMPLETED</span>
  
|SeeAlso=
 
 
}}
 
}}

Revision as of 12:01, 16 September 2015

Description

Login User Hash Code do the login in the application using the has code sendend in the registration process to the user.

Parameters

  • instanceId (int, required)
The id of the instance (OB) for the current environment. This ID might vary depending on the environment.
  • hashCode (string, required)
Parameter used to preserve confidentiality sended to the user e-mail.
  • 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

TO BE COMPLETED