C# Class AuthBridge.Clients.GoogleOAuthClient

Inheritance: DotNetOpenAuth.AspNet.Clients.OAuth2Client
Afficher le fichier Open project: Teleopti/authbridge Class Usage Examples

Méthodes publiques

Méthode Description
GoogleOAuthClient ( string clientId, string clientSecret ) : System
GoogleOAuthClient ( string providerName, string clientId, string clientSecret ) : 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

GoogleOAuthClient() public méthode

public GoogleOAuthClient ( string clientId, string clientSecret ) : System
clientId string
clientSecret string
Résultat System

GoogleOAuthClient() public méthode

public GoogleOAuthClient ( string providerName, string clientId, string clientSecret ) : System
providerName string
clientId string
clientSecret string
Résultat System

QueryAccessToken() protected méthode

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