APIPasswordNotHashed class
Password without hashing. This is marked as Deprecated to indicate to not use in production!
- Inheritance
-
- Object
- APIPasswordHashAlgorithm
- APIPasswordNotHashed
- Annotations
-
- @Deprecated('Do not use in production')
Constructors
- APIPasswordNotHashed()
-
factory
Properties
Methods
-
ensureHashedPassword(
String passwordOrHash) → String -
Ensures that
passwordOrHash
is hashed with this algorithm.inherited -
hashPassword(
String password) → String -
Hashes
password
with this algorithm.override -
isHashedPassword(
String passwordOrHash) → bool -
Returns
true
ifpasswordOrHash
is hashed with this algorithm.override -
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