SessionAuthenticator class Null safety 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. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sessionId String
The id of the session created by Sync Gateway.
final

Methods

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

Operators

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