LoginWithPassword
method in Coherence.Cloud.AuthClient
Methods
public Task<Result> LoginWithPassword(string userNameParam, string password, bool autoSignup)
Login with a specific account to the coherence Cloud. This requires Persistent Accounts to be enabled in your coherence Dashboard.
Parameters
Type | Name | Description |
---|---|---|
string | userNameParam | Username for the account. |
string | password | Password for the account. |
bool | autoSignup | If the account doesn't exist, it will be created. |
Returns
Type | Description |
---|---|
Task<Result> | Result of the Login operation. |