C#
VB
C++
Checks if the user name and password are valid.
username
A System.String representing the user name to validate.
password
A System.String representing the user password to validate.
extraData
user custom data.
true if the user name and password are valid and refer to an existing user; otherwise false.