Extra class

Challenge values to check the authentication validity

Constructors

Extra({String? challenge, String? salt, int? keyLen, String? channelBinding, int? iterations, int? memory, String? kdf, String? nonce})

Properties

challenge String?
getter/setter pair
channelBinding String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iterations int?
getter/setter pair
kdf String?
getter/setter pair
keyLen int?
getter/setter pair
memory int?
getter/setter pair
nonce String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salt String?
getter/setter pair

Methods

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

Operators

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