Click or drag to resize

ADServiceCallerAuthenticateUser Method

Namespace:  Dynamicweb.DataIntegration.Integration.ERPIntegration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public static bool AuthenticateUser(
	string endpoint,
	string secret,
	string userName,
	string password
)

Parameters

endpoint
Type: SystemString
secret
Type: SystemString
userName
Type: SystemString
password
Type: SystemString

Return Value

Type: Boolean
See Also