AuthorizationStateWaitPassword class
The user has been authorized, but needs to enter a 2-step verification password to start using the application..
- Inheritance
-
- Object
- TlObject
- AuthorizationState
- AuthorizationStateWaitPassword
- Available Extensions
Constructors
- AuthorizationStateWaitPassword({required String password_hint, required bool has_recovery_email_address, required bool has_passport_data, required String recovery_email_address_pattern, int? extra, int? clientId})
- The user has been authorized, but needs to enter a 2-step verification password to start using the application.
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- has_passport_data ↔ bool
-
True, if some Telegram Passport elements were saved.
read / write
- has_recovery_email_address ↔ bool
-
True, if a recovery email address has been set up.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- password_hint ↔ String
-
Hint for the password; may be empty.
read / write
- recovery_email_address_pattern ↔ String
-
Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → AuthorizationStateWaitPassword? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"authorizationStateWaitPassword"