LumiSoft Net Help
AUTH_Gmail_OAuth1_3leg Constructor (consumerKey, consumerSecret)
NamespacesLumiSoft.Net.AUTHAUTH_Gmail_OAuth1_3legAUTH_Gmail_OAuth1_3leg(String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public AUTH_Gmail_OAuth1_3leg(
	string consumerKey,
	string consumerSecret
)
Public Sub New ( 
	consumerKey As String,
	consumerSecret As String
)
public:
AUTH_Gmail_OAuth1_3leg(
	String^ consumerKey, 
	String^ consumerSecret
)
new : 
        consumerKey : string * 
        consumerSecret : string -> AUTH_Gmail_OAuth1_3leg
Parameters
consumerKey (String)
OAuth consumer key.
consumerSecret (String)
OAuth consumer secret.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs riased when consumerKey or consumerSecret is null reference.
ArgumentExceptionIs riased when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119