Click or drag to resize

SessionAuthenticator Constructor (String)

Constructor using the default cookie name for Sync Gateway ('SyncGatewaySession')

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

Parameters

sessionID
Type: SystemString
SessionID
See Also