AuthScheme
Specifies the authentication scheme used to connect to the JCR server.
Possible Values
Basic, Noneデータ型
string
デフォルト値
"Basic"
解説
This property works together with User and Password to authenticate against the server. Use the following options to select your authentication scheme:
- Basic: Use HTTP Basic authentication. Provide both a username and password.
- None: Use this option if the server does not require authentication.