C# 클래스 DotNetOpenAuth.AspNet.Clients.GitHubClient

GitHub authentication client.
상속: DotNetOpenAuth.AspNet.Clients.OAuth2Client
파일 보기 프로젝트 열기: NorDroN/DotNetOpenAuth.AspNet.Extensions

공개 메소드들

메소드 설명
GitHubClient ( string appId, string appSecret ) : DotNetOpenAuth.AspNet.Internal

Initializes a new instance of the GitHubClient class.

보호된 메소드들

메소드 설명
GetServiceLoginUrl ( Uri returnUrl ) : Uri

The get service login url.

GetUserData ( string accessToken ) : string>.IDictionary

The get user data.

QueryAccessToken ( Uri returnUrl, string authorizationCode ) : string

Obtains an access token given an authorization code and callback URL.

메소드 상세

GetServiceLoginUrl() 보호된 메소드

The get service login url.
protected GetServiceLoginUrl ( Uri returnUrl ) : Uri
returnUrl System.Uri /// The return url. ///
리턴 System.Uri

GetUserData() 보호된 메소드

The get user data.
protected GetUserData ( string accessToken ) : string>.IDictionary
accessToken string /// The access token. ///
리턴 string>.IDictionary

GitHubClient() 공개 메소드

Initializes a new instance of the GitHubClient class.
public GitHubClient ( string appId, string appSecret ) : DotNetOpenAuth.AspNet.Internal
appId string /// The app id. ///
appSecret string /// The app secret. ///
리턴 DotNetOpenAuth.AspNet.Internal

QueryAccessToken() 보호된 메소드

Obtains an access token given an authorization code and callback URL.
protected QueryAccessToken ( Uri returnUrl, string authorizationCode ) : string
returnUrl System.Uri /// The return url. ///
authorizationCode string /// The authorization code. ///
리턴 string