Method | Description | |
---|---|---|
AuthenticationData ( ) : System |
Default constructor
|
|
AuthenticationData ( string APIKey, string username, string password ) : System |
Constructor
|
Method | Description | |
---|---|---|
UpdateAccountUrIs ( ) : void |
Update the account Base URI
|
|
UpdateAccountUserName ( ) : void |
Update the account user name used to build the network credentials. Combination of API and Username: {API Key}%{Username}
|
public AuthenticationData ( string APIKey, string username, string password ) : System | ||
APIKey | string | API Application Key and is used to identify the application making an API request |
username | string | Constant Contact Customer's user name |
password | string | Constant Contact Customer's password |
return | System |