dotConnect for Dynamics 365 Documentation
Devart.Data.Dynamics Namespace / DynamicsConnectionStringBuilder Class / AuthenticationType Property

In This Topic
    AuthenticationType Property
    In This Topic
    Determines the authentication type to use. The following kinds are supported: RefreshToken (OAuth 2.0) 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