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