DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.DataConnector.AdoNet Namespace / C1OAuthConnectionStringBuilder Class / OAuthAccessToken Property

In This Topic
    OAuthAccessToken Property (C1OAuthConnectionStringBuilder)
    In This Topic
    The OAuth 2.0 access token to be used for the authentication.
    Syntax
    'Declaration
     
    Public Property OAuthAccessToken As String
    public string OAuthAccessToken {get; set;}
    See Also