AuthScheme
Specifies the authentication scheme used to connect to the JCR server.
Possible Values
Basic, NoneData Type
string
Default Value
"Basic"
Remarks
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.