dotConnect for BigCommerce Documentation
Devart.Data.Bigcommerce Namespace / BigcommerceConnectionStringBuilder Class / AuthenticationType Property

In This Topic
    AuthenticationType Property
    In This Topic
    Gets or sets the kind of authentication to use - Basic authentication of OAuth authentication.
    Syntax
    'Declaration
     
    Public Property AuthenticationType As AuthenticationType
    public AuthenticationType AuthenticationType {get; set;}

    Property Value

    One of the AuthenticationType values.
    See Also