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

On this page
    AccessToken Property (BigcommerceConnectionStringBuilder)
    On this page
    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