'Declaration Public Enum AuthenticationType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum AuthenticationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum AuthenticationType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum AuthenticationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AccessRefreshToken | The OAuth 2.0 refresh token is used for connecting to Salesforce. When you use this authentication method, you need to specify the SalesforceConnectionStringBuilder.RefreshToken connection string parameter for the connection. |
SessionId | The session ID authorization is used. When you use this authentication method, you need to specify the SalesforceConnectionStringBuilder.SessionId connection string parameter for the connection. |
UserNamePassword | The SalesforceConnection sends SalesforceConnection.UserId, SalesforceConnection.Password, and SalesforceConnection.SecurityToken for authentication. |
System.Object
System.ValueType
System.Enum
Devart.Data.Salesforce.AuthenticationType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2