AuthScheme
The type of authentication to use when connecting to Basecamp.
Syntax
property AuthScheme: String;
Possible Values
Auto, OAuth, BasicData Type
String
Default Value
"Auto"
Remarks
- Auto: Lets the driver decide automatically based on the other connection properties you have set.
- Basic: Set this to use BASIC user / password authentication.
- OAuth: Set to this to perform OAuth authentication.