C# Class AuntieDot.Authentication.WLIDAuthentication

Helper class for requesting authorization codes compatible with X-343-Authorization-WLID
Datei anzeigen Open project: 0xdeafcafe/AuntieDot

Public Methods

Method Description
RequestToken ( string email, string password ) : Task

Authenticates with Windows Live ID & retrieves the "access code"

Method Details

RequestToken() public static method

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