AuthScheme Parameter (Connect-SalesLoft Cmdlet)
Whether to use APIKey Authentication or OAuth Authentication when connecting to SalesLoft
Syntax
Connect-SalesLoft -AuthScheme string
Possible Values
OAuth, APIKeyData Type
cstr
Default Value
"OAuth"
Remarks
- OAuth: Set this to perform OAuth authentication.
- APIKey: Set this to perform Token Based Authentication via the APIKey property.
This is a required parameter.