Click or drag to resize

BasicAuthenticator Constructor

Constructor

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
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