Changes

Jump to navigation Jump to search
146 bytes removed ,  09:08, 22 October 2015
no edit summary
{{Api_Method_Spec|
Description=--><span style="color: #a11;">This method can be used by Trusted Devices to generate a valid tokenbased on the users' credentials. The generated Token will carry all the information regarding the device, user, etc. and is required to consume most of the methods of UNIAPI with specific user context. The token generated is valid during the next 24 hours (configurable in GVP).
The logged token can be easily identified because it starts with the chars: <span><span style="color: #a11;">AU_</span><span style="color: #a11;">This method will verify that the Device(deviceType/deviceId) provided is linked to the current user as TrustedDevice, and it will verify that the Device is enabled.
The UNIAPI will only allow users in Active status to login (excluded and suspended users will return an exception). For users in AwaitingEmailConfirmation status, it depends on a flag configured at instance level (''GVP_INSTANCES.AllowLoginBeforeEmailConfirmationFlag''):
* If ''AllowLoginBeforeEmailConfirmationFlag = true'', if the user tries to login in AwaitingEmailConfirmation status, the login will be allowed and the user status will be changed to Active status.
* If ''AllowLoginBeforeEmailConfirmationFlag = false'', then [[UNIAPI_Specification#UserNotYetActivatedException|UserNotYetActivatedException]] is thrown.
 
TODO: link with enumeration.
The user can be marked as Geoblocking whitelist (inside User Profile, GVP_USERS). In this case, the Geoblocking is not applied for this user.
 
==== BI ====
This method creates an entry in GVP_LogLogin collection (even if the login was successful or not)
</span>
|Parameters=
{{Api_Parameter|
|ParamType=int
|ParamRequired=required
|ParamDescription=The device type code (see #DeviceTypeCodes [[DeviceType]] enumeration to know the list of device types allowed)
}}
{{Api_Parameter|
{
: "[[StatusCode]]": 0, : "[[Severity]]": 1,: "StatusMessage": "OK",: "Content": {:: [[Login]] Object: }
}
 
|Exceptions=
* [[InvalidUserException]]

Navigation menu