C# 클래스 AuntieDot.Authentication.WLIDAuthentication

Helper class for requesting authorization codes compatible with X-343-Authorization-WLID
파일 보기 프로젝트 열기: 0xdeafcafe/AuntieDot

공개 메소드들

메소드 설명
RequestToken ( string email, string password ) : Task

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

메소드 상세

RequestToken() 공개 정적인 메소드

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
리턴 Task