|
FuelSDK-CSharp
|
Client interface class which manages the authentication process More...
Classes | |
| class | RefreshState |
Public Member Functions | |
| ETClient (string jwt) | |
| ETClient (NameValueCollection parameters=null, RefreshState refreshState=null) | |
| void | RefreshToken (bool force=false) |
| FuelReturn | AddSubscribersToList (string emailAddress, string subscriberKey, IEnumerable< int > listIDs) |
| FuelReturn | AddSubscribersToList (string emailAddress, IEnumerable< int > listIDs) |
| FuelReturn | CreateDataExtensions (ETDataExtension[] dataExtensions) |
Public Attributes | |
| const string | SDKVersion = "FuelSDX-C#-v1.0.0" |
Protected Member Functions | |
| FuelReturn | ProcessAddSubscriberToList (string emailAddress, string subscriberKey, IEnumerable< int > listIDs) |
Properties | |
| string | AuthToken [get] |
| SoapClient | SoapClient [get] |
| string | InternalAuthToken [get] |
| string | RefreshKey [get] |
| DateTime | AuthTokenExpiration [get] |
| JObject | Jwt [get] |
| string | EnterpriseId [get] |
| string | OrganizationId [get] |
| string | Stack [get] |
Client interface class which manages the authentication process
1.8.13