public LoginWithUserAsync ( String username, String password, int expiresIn = 3600 ) : Task |
||
username | String | The Particle account username |
password | String | The Particle account password |
expiresIn | int | How many seconds the token will be valid for. 0 means forever. Short lived tokens are better for security. |
return | Task |