IChallengeResponseAuthenticatorResponseFromChallenge Method |
Creates a response for a challenge which will be placed into the 'Authorization'
HTTP header
Namespace:
Couchbase.Lite.Auth
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax string ResponseFromChallenge(
HttpResponseMessage response
)
Parameters
- response
- Type: System.Net.HttpHttpResponseMessage
The 401 Unauthorized message that was received
Return Value
Type:
StringThe challenge, including the scheme (i.e. Digest xxxx)
See Also