NetDimension.OpenAuth.Tencent.QQConnectClient.QQConnectClient C# (CSharp) Method

QQConnectClient() public method

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
		public QQConnectClient(string clientId, string clientSecret, string callbackUrl, string accessToken = null, string openId = null) :
			base(clientId, clientSecret, callbackUrl, accessToken)
		{
			OpenId = openId;
			ClientName = "QQConnect";
		}