| BrainCloudServiceClientAuthentication_AuthenticateEmailPassword Method |
[This is preliminary documentation and is subject to change.]
Authenticate the user with a custom Email and Password. Note that the client app
is responsible for collecting (and storing) the e-mail and potentially password
(for convenience) in the client data. For the greatest security,
force the user to re-enter their password at each login.
(Or at least give them that option).
Namespace:
Ruyi.SDK.BrainCloudApi
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public string Authentication_AuthenticateEmailPassword(
string email,
string password,
bool forceCreate,
int clientIndex
)
Parameters
- email
- Type: SystemString
The e-mail address of the user - password
- Type: SystemString
The password of the user - forceCreate
- Type: SystemBoolean
Should a new profile be created for this user if the account does not exist? - clientIndex
- Type: SystemInt32
@BrainCloud_clientIndex_desc
Return Value
Type:
String[Missing <returns> documentation for "M:Ruyi.SDK.BrainCloudApi.BrainCloudService.Client.Authentication_AuthenticateEmailPassword(System.String,System.String,System.Boolean,System.Int32)"]
See Also