Difference between revisions of "LoginUserHashCode"

From Gvp-public
Jump to navigation Jump to search
Line 1: Line 1:
 
{{Api_Method_Spec|
 
{{Api_Method_Spec|
Description=LoginUserHashCode allows the PC Client (Web Portal) to enable the user through the Code send in the email received during the registration process.
+
Description=LoginUserHashCode logs in the application using the has code sent in the registration process
  
 
|Parameters=
 
|Parameters=

Revision as of 13:24, 23 February 2016

Description

LoginUserHashCode logs in the application using the has code sent in the registration process

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 sent to the user e-mail.
  • deviceType (int, required)
The device type code (see DeviceType 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