AuthScheme
The scheme used for authentication. Accepted entries are Basic and Token.
Possible Values
Basic, TokenData Type
string
Default Value
"Basic"
Remarks
Together with Password and User, this field is used to authenticate against the server. Basic is the default option. Use the following options to select your authentication scheme:
- Basic: Set this to use HTTP Basic authentication.
- Token: If AuthScheme is set to Token, the connector will perform token authentication using, with precedence, the supplied OperationToken and RefreshToken, or the supplied Password and User.