OAuth.OAuthConsumer.OAuthConsumer C# (CSharp) Method

OAuthConsumer() public method

public OAuthConsumer ( OAuthConfig oauthConfig, string debugType ) : System
oauthConfig OAuthConfig
debugType string
return System
        public OAuthConsumer(OAuthConfig oauthConfig, string debugType)
            : base(debugType)
        {
            this._oauthConfig = oauthConfig;
        }