DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineConnectionStringBuilder Class / OAuthTokenEndpoint Property

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