Property | Type | Description | |
---|---|---|---|
ServiceDescription | DotNetOpenAuth.OAuth.ServiceProviderDescription |
Method | Description | |
---|---|---|
CreateRsaSha1ServiceDescription ( |
The service description to use for accessing Google data APIs using an X509 certificate.
|
|
RequestAuthorization ( DotNetOpenAuth.OAuth.DesktopConsumer consumer, string &requestToken ) : |
Requests authorization from Google to access data from a set of Google applications.
|
|
RequestAuthorization ( DotNetOpenAuth.OAuth.WebConsumer consumer ) : void |
Requests authorization from Google to access data from a set of Google applications.
|
|
YQL ( DotNetOpenAuth.OAuth.ConsumerBase consumer, string accessToken, string yql ) : System.Xml.Linq.XDocument |
public static CreateRsaSha1ServiceDescription ( |
||
signingCertificate | The signing certificate. | |
return | DotNetOpenAuth.OAuth.ServiceProviderDescription |
public static RequestAuthorization ( DotNetOpenAuth.OAuth.DesktopConsumer consumer, string &requestToken ) : |
||
consumer | DotNetOpenAuth.OAuth.DesktopConsumer | The Google consumer previously constructed using |
requestToken | string | The unauthorized request token assigned by Google. |
return |
public static RequestAuthorization ( DotNetOpenAuth.OAuth.WebConsumer consumer ) : void | ||
consumer | DotNetOpenAuth.OAuth.WebConsumer | The Google consumer previously constructed using |
return | void |
public static YQL ( DotNetOpenAuth.OAuth.ConsumerBase consumer, string accessToken, string yql ) : System.Xml.Linq.XDocument | ||
consumer | DotNetOpenAuth.OAuth.ConsumerBase | |
accessToken | string | |
yql | string | |
return | System.Xml.Linq.XDocument |