BasicAuthenticator Constructor |
Constructor
Namespace:
Couchbase.Lite.Sync
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax public BasicAuthenticator(
string username,
string password
)
Parameters
- username
- Type: SystemString
The username to send through HTTP Basic authentication - password
- Type: SystemString
The password to send through HTTP Basic authentication
See Also