DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / MagentoAuthenticationTypes Enumeration

In This Topic
    MagentoAuthenticationTypes Enumeration
    In This Topic
    Specifies the Authentication Type that Magento provider utilize.
    Syntax
    'Declaration
     
    Public Enum MagentoAuthenticationTypes 
       Inherits System.Enum
    public enum MagentoAuthenticationTypes : System.Enum 
    Members
    MemberDescription
    NoAuthentication Resources with anonymous permission
    OAuth1Authentication OAuth1 authentication for Magento.
    TokenBasedAuthentication TokenBasedAuthentication
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.DataConnector.MagentoAuthenticationTypes

    See Also