Click or drag to resize

UserControllerAuthenticateUser Method (Customer, String, String, Boolean, AuthUserInfo)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool AuthenticateUser(
	Customer customer,
	string userName,
	string password,
	bool validatePassword,
	out AuthUserInfo userInfo
)

Parameters

customer
Type: Omada.OE.ModelCustomer
userName
Type: SystemString
password
Type: SystemString
validatePassword
Type: SystemBoolean
If set, the provided password is validated against the password in the ES database
userInfo
Type: Omada.OE.ModelAuthUserInfo

Return Value

Type: Boolean
See Also