<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [ConfirmationResult](./auth-types.confirmationresult.md) &gt; [verificationId](./auth-types.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-types.phoneauthcredential.md)<!-- -->.

