IChallengeResponseAuthenticator Interface |
Namespace: Couchbase.Lite.Auth
public interface IChallengeResponseAuthenticator : IAuthenticator
The IChallengeResponseAuthenticator type exposes the following members.
| Name | Description | |
|---|---|---|
| Scheme | Obsolete.
Get the authentication scheme, if applicable
(Inherited from IAuthenticator.) | |
| UserInfo | Obsolete.
Gets info about the user, if applicable
(Inherited from IAuthenticator.) | |
| UsesCookieBasedLogin | Obsolete.
Gets whether or not this login method uses cookies
(Inherited from IAuthenticator.) |
| Name | Description | |
|---|---|---|
| LoginParametersForSite | Obsolete.
Gets the authentication headers for a particular site, based on the
authentication info contained
(Inherited from IAuthenticator.) | |
| LoginPathForSite | Obsolete.
Gets the login path for a particular site
(Inherited from IAuthenticator.) | |
| PrepareWithRequest |
Setup the authenticator to make a request (some auth mechanisms
differ depending on the request URI and even HTTP method)
| |
| ResponseFromChallenge |
Creates a response for a challenge which will be placed into the 'Authorization'
HTTP header
|