C# Class GithubOAuthClient.GithubClient

Inheritance: DotNetOpenAuth.AspNet.Clients.OAuth2Client
Afficher le fichier Open project: vladciobanu/GithubOAuthClient

Méthodes publiques

Méthode Description
GithubClient ( string appId, string appSecret ) : System

Méthodes protégées

Méthode Description
GetServiceLoginUrl ( Uri returnUrl ) : Uri
GetUserData ( string accessToken ) : string>.IDictionary
QueryAccessToken ( Uri returnUrl, string authorizationCode ) : string

Method Details

GetServiceLoginUrl() protected méthode

protected GetServiceLoginUrl ( Uri returnUrl ) : Uri
returnUrl System.Uri
Résultat System.Uri

GetUserData() protected méthode

protected GetUserData ( string accessToken ) : string>.IDictionary
accessToken string
Résultat string>.IDictionary

GithubClient() public méthode

public GithubClient ( string appId, string appSecret ) : System
appId string
appSecret string
Résultat System

QueryAccessToken() protected méthode

protected QueryAccessToken ( Uri returnUrl, string authorizationCode ) : string
returnUrl System.Uri
authorizationCode string
Résultat string