| UserControllerAuthenticateUser Method (String, String, String, AuthUserInfo) |
Note: This API is now obsolete.
Validates that the provided combination of customer and user exists and that
the provided password is valid.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute("Use instance method AuthenticateUser()")]
public static bool AuthenticateUser(
string customerName,
string userName,
string password,
out AuthUserInfo userInfo
)
Parameters
- customerName
- Type: SystemString
- userName
- Type: SystemString
- password
- Type: SystemString
- userInfo
- Type: Omada.OE.ModelAuthUserInfo
Return Value
Type:
Boolean
See Also