SaslStep class abstract

Constructors

SaslStep(Uint8List bytesToSendToServer, {bool isComplete = false})

Properties

bytesToSendToServer Uint8List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isComplete bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transition(List<int> bytesReceivedFromServer, {passwordDigestResolver? passwordDigestResolver}) SaslStep
Manages exchange messages after the first one, responds based on the bytesReceivedFromServer If required an optional function to resolve password digest can be set If no function is present, only the password is used, otherwise the function return value. (This is needed for MongoDb Scram1 resolver)

Operators

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