LumiSoft Net Help
AUTH_SASL_Client_XOAuth2 Constructor (userName, accessToken)
NamespacesLumiSoft.Net.AUTHAUTH_SASL_Client_XOAuth2AUTH_SASL_Client_XOAuth2(String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public AUTH_SASL_Client_XOAuth2(
	string userName,
	string accessToken
)
Public Sub New ( 
	userName As String,
	accessToken As String
)
public:
AUTH_SASL_Client_XOAuth2(
	String^ userName, 
	String^ accessToken
)
new : 
        userName : string * 
        accessToken : string -> AUTH_SASL_Client_XOAuth2
Parameters
userName (String)
User login name.
accessToken (String)
The access Token.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when userName or accessToken is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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