AuthScheme
Specifies the authentication method used to connect to Bullhorn CRM.
Possible Values
OAuth, OAuthPasswordData Type
string
Default Value
"OAuth"
Remarks
This property determines how the provider authenticates with the Bullhorn CRM API.
Available options are:
- OAuth – Performs standard OAuth authentication. Use this option for most connections. Bullhorn CRM credentials must be obtained from your account representative before you can authorize access.
- OAuthPassword – Performs OAuth authentication without a browser prompt. The connection is established programmatically by supplying the User and Password properties directly.
Set this property according to your authentication workflow. Most users should use OAuth.
This property is useful for environments where browser-based OAuth authorization is restricted or automated authentication is required.