AuthScheme
The scheme used for authentication. Accepted entries are None, NTLM, Basic or OAuth
Possible Values
Basic, None, NTLM, OAuthデータ型
string
デフォルト値
"Basic"
解説
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.