ChangePhoneNumberAuthProvider class abstract

AuthProvider for performing Authentication.change.

Used to change phone numbers.

Authentication.changeを実行するためのAuthProvider

電話番号を変更する際に利用します。

Inheritance
Implementers
Available Extensions

Properties

countryNumber String
Country code.
no setter
hashCode int
The hash code for this object.
no setterinherited
locale Locale?
Locale to send SMS for change.
no setter
onAutoVerificationCompleted VoidCallback?
Callback for automatically entering the code when an SMS code is received.
no setter
onAutoVerificationFailed → (void Function(Exception error)?)
Callback if the code is wrong when the SMS code is received.
no setter
phoneNumber String
Changed phone number.
no setter
providerId String
ID that defines the provider's process.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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