SMSCodeSent class

An auth flow that allows authentication with a phone number.

Inheritance

Constructors

SMSCodeSent({String? verificationId, int? resendToken, ConfirmationResult? confirmationResult})
An auth flow that allows authentication with a phone number.

Properties

confirmationResult ↔ ConfirmationResult?
Web-only object that is being used to verify the phone number.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resendToken int?
A token that should be used to trigger another send attempt.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verificationId String?
Verification ID that should be used to verify the phone number.
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