Click or drag to resize

IAuthenticatorLoginPathForSite Method

Note: This API is now obsolete.

Gets the login path for a particular site

Namespace:  Couchbase.Lite.Auth
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Not intended for outside use")]
string LoginPathForSite(
	Uri site
)

Parameters

site
Type: SystemUri
The site uri

Return Value

Type: String
The login path
See Also