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 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:
IAuthenticatorThe authenticator
See Also