Method | Description | |
---|---|---|
Validate ( String usernameOrEmail, String password, ModelStateDictionary modelState ) : |
Validates the specified login details.
|
public static Validate ( String usernameOrEmail, String password, ModelStateDictionary modelState ) : |
||
usernameOrEmail | String | The username or email. |
password | String | The password. |
modelState | ModelStateDictionary | State of the model. |
return |