Home > @firebase/auth > ConfirmationResult
ConfirmationResult interface
A result from a phone number sign-in, link, or reauthenticate call.
Signature:
export interface ConfirmationResult
Properties
| Property | Type | Description |
|---|---|---|
| verificationId | string | The phone number authentication operation's verification ID. |
Methods
| Method | Description |
|---|---|
| confirm(verificationCode) | Finishes a phone number sign-in, link, or reauthentication. |