コード例 #1
0
 protected AbstractOauth(string clientId, string clientSecret)
 {
     CheckUtils.CheckParams(clientId, clientSecret);
     this._ClientId     = clientId;
     this._ClientSecret = clientSecret;
 }