Click or drag to resize

AuthenticatorFactoryCreateDigestAuthenticator Method

Creates an object for handling HTTP Digest authentication (experimental)

Namespace:  Couchbase.Lite.Auth
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public static IAuthenticator CreateDigestAuthenticator(
	string username,
	string password
)

Parameters

username
Type: SystemString
The username to use
password
Type: SystemString
The password to use

Return Value

Type: IAuthenticator
The authenticator
See Also