dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceOAuthAuthenticationProvider Class / SalesforceOAuthAuthenticationProvider Constructor

In This Topic
    SalesforceOAuthAuthenticationProvider Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal options As IOAuthAuthenticationProviderOptions _
    )
    public SalesforceOAuthAuthenticationProvider( 
       IOAuthAuthenticationProviderOptions options
    )

    Parameters

    options
    See Also