IAuthenticatorLoginParametersForSite Method |
Note: This API is now obsolete.
Gets the authentication headers for a particular site, based on the
authentication info contained
Namespace:
Couchbase.Lite.Auth
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax [ObsoleteAttribute("Not intended for outside use")]
IDictionary<string, string> LoginParametersForSite(
Uri site
)
Parameters
- site
- Type: SystemUri
The uri of the site
Return Value
Type:
IDictionaryString,
StringThe authentication headers
See Also