SessionAuthenticator constructor

SessionAuthenticator(String sessionId, { String cookieName })

The SessionAuthenticator class is an authenticator that will authenticate by using the sessionId of the session created by a Sync Gateway.

Implementation

SessionAuthenticator(this.sessionId, {this.cookieName});