SessionAuthenticator

expect constructor(sessionID: String)(source)

Initializes with the Sync Gateway session ID and uses the default cookie name.

Parameters

sessionID

Sync Gateway session ID


expect constructor(sessionID: String, cookieName: String?)(source)

Initializes with the session ID and the cookie name. If the given cookieName is null, the default cookie name will be used.

Parameters

sessionID

Sync Gateway session ID

cookieName

The cookie name

actual constructor(sessionID: String)(source)
actual constructor(sessionID: String, cookieName: String?)(source)
actual constructor(sessionID: String)(source)
actual constructor(sessionID: String, cookieName: String?)(source)