'Declaration Public Enum AuthenticationType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum AuthenticationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum AuthenticationType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum AuthenticationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
OAuth | BigCommerce OAuth authentication. When using OAuth authentication, the following connection string parameters are used: BigcommerceConnectionStringBuilder.AccessToken, BigcommerceConnectionStringBuilder.ClientId, BigcommerceConnectionStringBuilder.StoreId. |
System.Object
System.ValueType
System.Enum
Devart.Data.Bigcommerce.AuthenticationType
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