C# Class AuntieDot.Authentication.WLIDAuthentication

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

Méthodes publiques

Méthode Description
RequestToken ( string email, string password ) : Task

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

Method Details

RequestToken() public static méthode

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
Résultat Task