dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data.ExactTarget Namespace / ExactTargetConnectionStringBuilder Class / AuthenticationType Property

In This Topic
    AuthenticationType Property
    In This Topic
    Determines the authentication type to use. The following kinds are supported: AppCenterClient (deprecated), RefreshToken, ServerToServer, and UsernamePassword.
    Syntax
    'Declaration
     
    Public Property AuthenticationType As AuthenticationType
    public AuthenticationType AuthenticationType {get; set;}

    Property Value

    One of the AuthenticationType values.
    Remarks
    Default value is AuthenticationType.UserNamePassword.
    See Also