Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Version Info: This topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector.
Implement this interface to get an OAuth token.
public interface IAuthenticationService
Get the OAuth token, so you can attach it to the subsequence API call request. You should cache this OAuth token for later use.
string GetOAuthToken(
bool ignoreCache
)
Last updated: Dec 10, 2015