UsersValidateUser Method (String, String, Boolean) |
Validates a user's supplied password.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Object ValidateUser(
string email,
string password,
bool logInUser
)
Public Function ValidateUser (
email As String,
password As String,
logInUser As Boolean
) As Object
public:
Object^ ValidateUser(
String^ email,
String^ password,
bool logInUser
)
member ValidateUser :
email : string *
password : string *
logInUser : bool -> Object
Parameters
- email
- Type: SystemString
The email address of the user. - password
- Type: SystemString
The password to validate. - logInUser
- Type: SystemBoolean
If true, issues HTTP cookies to identify the user in future requests.
Return Value
Type:
Object
See Also