AuthScheme
Whether to use APIKey Authentication or OAuth Authentication when connecting to SalesLoft.
Possible Values
OAuth, OAuthClient, APIKeyData Type
string
Default Value
"OAuth"
Remarks
- OAuth: Set this to perform OAuth authentication.
- OAuthClient: Select this to authenticate using the OAuth 2.0 Client Credentials grant. This is used for server-to-server integrations where the application authenticates directly without user interaction.
- APIKey: Set this to perform Token Based Authentication via the APIKey property.