프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ServiceDescription | DotNetOpenAuth.OAuth.ServiceProviderDescription |
메소드 | 설명 | |
---|---|---|
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. | |
리턴 | 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. |
리턴 |
public static RequestAuthorization ( DotNetOpenAuth.OAuth.WebConsumer consumer ) : void | ||
consumer | DotNetOpenAuth.OAuth.WebConsumer | The Google consumer previously constructed using |
리턴 | void |
public static YQL ( DotNetOpenAuth.OAuth.ConsumerBase consumer, string accessToken, string yql ) : System.Xml.Linq.XDocument | ||
consumer | DotNetOpenAuth.OAuth.ConsumerBase | |
accessToken | string | |
yql | string | |
리턴 | System.Xml.Linq.XDocument |