RequestQrCodeAuthentication class
- Inheritance
-
- Object
- TdFunction
- RequestQrCodeAuthentication
Constructors
-
RequestQrCodeAuthentication({required List<
int> otherUserIds}) -
Requests QR code authentication by scanning a QR code on another logged in device. Works only when the current authorization state is authorizationStateWaitPhoneNumber,. or if there is no pending authentication query and the current authorization state is authorizationStateWaitEmailAddress, authorizationStateWaitEmailCode, authorizationStateWaitCode, authorizationStateWaitRegistration, or authorizationStateWaitPassword
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
otherUserIds
→ List<
int> -
otherUserIds List of user identifiers of other users currently using the application
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< int> ? otherUserIds}) → RequestQrCodeAuthentication -
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String