Click or drag to resize

SessionAuthenticator Constructor (String, String)

Constructor using the given cookie name

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public SessionAuthenticator(
	string sessionID,
	string cookieName
)

Parameters

sessionID
Type: SystemString
SessionID
cookieName
Type: SystemString
CookieName
See Also