AuthScheme
The scheme used for authentication. Accepted entries are None, NTLM, Basic or OAuth.
Possible Values
Basic, None, NTLM, OAuth, OAuthClientData Type
string
Default Value
"Basic"
Remarks
Together with Password and User, this field is used to authenticate against the service. Basic is the default option.
- NTLM: Set this to use your Windows credentials for authentication.
- Basic: Set this to use HTTP Basic authentication.
- Oauth: Set this to authenticate via OAuth.