Click or drag to resize

SessionAuthenticator Constructor (String, String, String)

Constructor

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

Parameters

sessionID
Type: SystemString
SessionID
expires
Type: SystemString
An ISO-8601 string representing a date for Expires
cookieName
Type: SystemString
CookieName
See Also