veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
27 lines (16 loc) • 822 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [ConfirmationResult](./auth-types.confirmationresult.md)
## ConfirmationResult interface
A result from a phone number sign-in, link, or reauthenticate call.
<b>Signature:</b>
```typescript
export interface ConfirmationResult
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [verificationId](./auth-types.confirmationresult.verificationid.md) | string | The phone number authentication operation's verification ID. |
## Methods
| Method | Description |
| --- | --- |
| [confirm(verificationCode)](./auth-types.confirmationresult.confirm.md) | Finishes a phone number sign-in, link, or reauthentication. |