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

In This Topic
    AccessToken Property (BigcommerceConnectionStringBuilder)
    In This Topic
    Gets or sets the BigCommerce access token for OAuth authentication.
    Syntax
    'Declaration
     
    Public Property AccessToken As String
    public string AccessToken {get; set;}

    Property Value

    The BigCommerce access token for OAuth authentication.
    Remarks
    For the information on how to find BigCommerce credentials for authentication, please refer to BigCommerce documentation.
    See Also