Click or drag to resize

SessionAuthenticator Constructor

Constructor

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
public SessionAuthenticator(
	string sessionID,
	Nullable<DateTimeOffset> expires,
	string cookieName
)

Parameters

sessionID
Type: SystemString
SessionID
expires
Type: SystemNullableDateTimeOffset
Expires
cookieName
Type: SystemString
CookieName
See Also