ConfirmChangePhoneNumberAuthProvider class abstract

AuthProvider for performing Authentication.confirmChange.

Used to finalize changes after changes have been made in ChangePhoneNumberAuthProvider.

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

ChangePhoneNumberAuthProviderで変更を行った後、変更を確定させるために利用します。

Inheritance
Implementers
Available Extensions

Properties

code String
Authentication code sent from SMS.
no setter
hashCode int
The hash code for this object.
no setterinherited
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