Click or drag to resize

IUCJsonSocialLogon Method

Social authentication login

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
MemberContact SocialLogon(
	string authenticator,
	string authenticationId,
	string deviceId,
	string deviceName,
	bool includeDetails
)

Parameters

authenticator
Type: SystemString
authenticationId
Type: SystemString
deviceId
Type: SystemString
Device Id. Should be empty for non device user (web apps)
deviceName
Type: SystemString
Device name or description
includeDetails
Type: SystemBoolean
Include detailed Contact information, like Publish offer and transactions

Return Value

Type: MemberContact
Contact
Remarks
LS Central WS2 : MemberAuthenticatorLogin
See Also