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 [ObsoleteAttribute("Not intended for outside use")]
string LoginPathForSite(
Uri site
)
Parameters
- site
- Type: SystemUri
The site uri
Return Value
Type:
StringThe login path
See Also