NetDimension.OpenAuth.Tencent.QQConnectClient.QQConnectClient C# (CSharp) Метод

QQConnectClient() публичный Метод

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
Результат 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";
		}