Click or drag to resize

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
C#
[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, String
The authentication headers
See Also