ScramMechanism class

Inheritance

Constructors

ScramMechanism(String _name, Hash hash, UsernamePasswordCredential credential, RandomStringGenerator randomStringGenerator)

Properties

credential UsernamePasswordCredential
final
hash → Hash
final
hashCode int
The hash code for this object.
no setterinherited
name String
no setteroverride
randomStringGenerator RandomStringGenerator
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initialize({bool specifyUsername = false}) SaslStep
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepUsername(String username) String
toString() String
A string representation of this object.
inherited

Operators

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