'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