DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceConnectionStringBuilder Class / OAuthTokenEndpoint Property

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