veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 489 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [OAuthCredential](./auth-types.oauthcredential.md) > [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;
```