Click or drag to resize

IAuthenticator Interface

An interface describing an object that can perform authentication

Namespace:  Couchbase.Lite.Auth
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public interface IAuthenticator

The IAuthenticator type exposes the following members.

Properties
  NameDescription
Public propertyScheme Obsolete.
Get the authentication scheme, if applicable
Public propertyUserInfo Obsolete.
Gets info about the user, if applicable
Public propertyUsesCookieBasedLogin Obsolete.
Gets whether or not this login method uses cookies
Top
Methods
  NameDescription
Public methodLoginParametersForSite Obsolete.
Gets the authentication headers for a particular site, based on the authentication info contained
Public methodLoginPathForSite Obsolete.
Gets the login path for a particular site
Top
See Also