Try our conversational search powered by Generative AI!

AuthenticationService class

Version InfoThis topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector

 Not directly used by the MAI framework, however the ProviderServices interface requires it. 

  • Inheritance Hierarchy.
    System.Object
      DemoConnector.Services.AuthenticationService
  • Namespace. DemoConnector.Services
  • Assembly. DemoConnector (in DemoConnector.dll) Version: 1.0.0.0
  • C# syntax.
    public class AuthenticationService : IAuthenticationService

Constructor 

Initializes a new instance of the AuthenticationService class

  • NamespaceDemoConnector.Services
  • Assembly. DemoConnector (in DemoConnector.dll) Version: 1.0.0.0
  • C# syntax.
    public AuthenticationService()

Methods 

AuthenticationService.GetOAuthToken method 

This method is never called by the MAI framework. However the interface is included specifically to support connectors that require an OAuth token for integration.

Last updated: Dec 10, 2015