SessionAuthenticator class Replication

An authenticator using a Couchbase Sync Gateway login session identifier, and optionally a cookie name (pass null for the default.)

Inheritance

Constructors

SessionAuthenticator({required String sessionId, String? cookieName})
Creates an authenticator using a Couchbase Sync Gateway login session identifier, and optionally a cookie name (pass null for the default.)

Properties

cookieName String
The name of the session cookie to send the sessionId in.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
The id of the session created by Sync Gateway.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited