Method | Description | |
---|---|---|
RequestToken ( string email, string password ) : Task |
Authenticates with Windows Live ID & retrieves the "access code"
|
public static RequestToken ( string email, string password ) : Task |
||
string | The email address of the user | |
password | string | The password of the user |
return | Task |