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

In This Topic
    AccessToken Property
    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.
    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