<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [OAuthCredential](./auth-types.oauthcredential.md) &gt; [idToken](./auth-types.oauthcredential.idtoken.md)

## OAuthCredential.idToken property

The OAuth ID token associated with the credential if it belongs to an OIDC provider, such as `google.com`<!-- -->.

<b>Signature:</b>

```typescript
readonly idToken?: string;
```
