dotConnect for BigCommerce Documentation
Devart.Data.Bigcommerce Namespace / AuthenticationType Enumeration

In This Topic
    AuthenticationType Enumeration
    In This Topic
    Determines the kind of BigCommerce authentication to use.
    Syntax
    'Declaration
     
    Public Enum AuthenticationType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum AuthenticationType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    Basic

    BigCommerce Basic Authentication. When using Basic Authentication, the following connection string parameters are used: BigcommerceConnectionStringBuilder.Server, BigcommerceConnectionStringBuilder.AuthenticationToken, BigcommerceConnectionStringBuilder.UserId.

    Note that BigCommerce is slowly deprecating the Basic Authentication.

    OAuthBigCommerce OAuth authentication. When using OAuth authentication, the following connection string parameters are used: BigcommerceConnectionStringBuilder.AccessToken, BigcommerceConnectionStringBuilder.ClientId, BigcommerceConnectionStringBuilder.StoreId.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Bigcommerce.AuthenticationType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also