Method | Description | |
---|---|---|
GetAccessTokenByCode ( string code ) : void | ||
GetAuthorizationUrl ( ) : string | ||
HttpGetAsync ( string api, object>.Dictionary |
||
HttpPostAsync ( string api, object>.Dictionary |
||
QQConnectClient ( string clientId, string clientSecret, string callbackUrl, string accessToken = null, string openId = null ) : Newtonsoft.Json.Linq |
public GetAccessTokenByCode ( string code ) : void | ||
code | string | |
return | void |
public HttpGetAsync ( string api, object>.Dictionary |
||
api | string | |
parameters | object>.Dictionary | |
return | Task |
public HttpPostAsync ( string api, object>.Dictionary |
||
api | string | |
parameters | object>.Dictionary | |
return | Task |
public QQConnectClient ( string clientId, string clientSecret, string callbackUrl, string accessToken = null, string openId = null ) : Newtonsoft.Json.Linq | ||
clientId | string | |
clientSecret | string | |
callbackUrl | string | |
accessToken | string | |
openId | string | |
return | Newtonsoft.Json.Linq |