<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [ConfirmationResult](./auth.confirmationresult.md) &gt; [verificationId](./auth.confirmationresult.verificationid.md)

## ConfirmationResult.verificationId property

The phone number authentication operation's verification ID.

<b>Signature:</b>

```typescript
readonly verificationId: string;
```

## Remarks

This can be used along with the verification code to initialize a [PhoneAuthCredential](./auth.phoneauthcredential.md)<!-- -->.

