Click or drag to resize

IChallengeResponseAuthenticator Interface

A specialized IAuthenticator that will handle a challenge response scenario (for example, Digest authentication)

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

The IChallengeResponseAuthenticator type exposes the following members.

Properties
  NameDescription
Public propertyScheme Obsolete.
Get the authentication scheme, if applicable
(Inherited from IAuthenticator.)
Public propertyUserInfo Obsolete.
Gets info about the user, if applicable
(Inherited from IAuthenticator.)
Public propertyUsesCookieBasedLogin Obsolete.
Gets whether or not this login method uses cookies
(Inherited from IAuthenticator.)
Top
Methods
  NameDescription
Public methodLoginParametersForSite Obsolete.
Gets the authentication headers for a particular site, based on the authentication info contained
(Inherited from IAuthenticator.)
Public methodLoginPathForSite Obsolete.
Gets the login path for a particular site
(Inherited from IAuthenticator.)
Public methodPrepareWithRequest
Setup the authenticator to make a request (some auth mechanisms differ depending on the request URI and even HTTP method)
Public methodResponseFromChallenge
Creates a response for a challenge which will be placed into the 'Authorization' HTTP header
Top
See Also