DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnectionStringBuilder Class / OAuthTokenEndpoint Property

In This Topic
    OAuthTokenEndpoint Property (C1CSVConnectionStringBuilder)
    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