Apachai.OAuth.OAuth C# (CSharp) 메소드

OAuth() 공개 메소드

public OAuth ( OAuthConfig config ) : System
config OAuthConfig
리턴 System
        public OAuth(OAuthConfig config)
        {
            if (config == null)
                throw new ArgumentNullException ();

            this.config = config;
        }