| UserControllerAuthenticateUserExternal Method |
Note: This API is now obsolete.
Validates that the provided combination of customer and user exists.
No password validation is performed
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 AuthenticateUserExternal(
string customerName,
string userName,
out AuthUserInfo userInfo
)
Parameters
- customerName
- Type: SystemString
- userName
- Type: SystemString
- userInfo
- Type: Omada.OE.ModelAuthUserInfo
Return Value
Type:
Boolean
See Also