Click or drag to resize

IUCJsonLogin Method

Login user

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
MemberContact Login(
	string userName,
	string password,
	string deviceId
)

Parameters

userName
Type: SystemString
user name
password
Type: SystemString
password
deviceId
Type: SystemString
device Id. Should be empty for non device user (web apps)

Return Value

Type: MemberContact
Contact
Exceptions
ExceptionCondition
LSOmniServiceExceptionStatusCodes returned:
  • StatusCode.Error
  • StatusCode.UserNamePasswordInvalid
  • StatusCode.AuthFailed
  • StatusCode.DeviceIsBlocked
  • StatusCode.InvalidPassword
  • StatusCode.LoginIdNotFound
Remarks
LS Central WS2 : MemberLogon
See Also