AccountPassword class
Account Password.
ID: 957b50fb.
- Inheritance
-
- Object
- TlObject
- TlConstructor
- AccountPasswordBase
- AccountPassword
Constructors
- AccountPassword({required bool hasRecovery, required bool hasSecureValues, required bool hasPassword, PasswordKdfAlgoBase? currentAlgo, Uint8List? srpB, int? srpId, String? hint, String? emailUnconfirmedPattern, required PasswordKdfAlgoBase newAlgo, required SecurePasswordKdfAlgoBase newSecureAlgo, required Uint8List secureRandom, DateTime? pendingResetDate, String? loginEmailPattern})
-
Account Password constructor.
const
- AccountPassword.deserialize(BinaryReader reader)
-
Deserialize.
factory
Properties
- currentAlgo → PasswordKdfAlgoBase?
-
Current Algo.
final
- emailUnconfirmedPattern → String?
-
Email Unconfirmed Pattern.
final
- flags → int
-
Flags.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPassword → bool
-
has_password: bit 2 of flags.2?true
final
- hasRecovery → bool
-
has_recovery: bit 0 of flags.0?true
final
- hasSecureValues → bool
-
has_secure_values: bit 1 of flags.1?true
final
- hint → String?
-
Hint.
final
- loginEmailPattern → String?
-
Login Email Pattern.
final
- newAlgo → PasswordKdfAlgoBase
-
New Algo.
final
- newSecureAlgo → SecurePasswordKdfAlgoBase
-
New Secure Algo.
final
- pendingResetDate → DateTime?
-
Pending Reset Date.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secureRandom → Uint8List
-
Secure Random.
final
- srpB → Uint8List?
-
Srp B.
final
- srpId → int?
-
Srp Id.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
List< int> buffer) → void -
Serialize.
override
-
toJson(
) → Map< String, dynamic> -
Converts an object to JSON.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited