Click or drag to resize

IAuthenticatorUsesCookieBasedLogin Property

Note: This API is now obsolete.

Gets whether or not this login method uses cookies

Namespace:  Couchbase.Lite.Auth
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Not intended for outside use")]
bool UsesCookieBasedLogin { get; }

Property Value

Type: Boolean
See Also