| 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
)
Public Shared Function AuthenticateUser (
endpoint As String,
secret As String,
userName As String,
password As String
) As Boolean
Parameters
- endpoint
- Type: SystemString
- secret
- Type: SystemString
- userName
- Type: SystemString
- password
- Type: SystemString
Return Value
Type:
BooleanSee Also