veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 574 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) > [accessToken](./auth-types.oauthcredential.accesstoken.md)
## OAuthCredential.accessToken property
The OAuth access token associated with the credential if it belongs to an [OAuthProvider](./auth.oauthprovider.md)<!-- -->, such as `facebook.com`<!-- -->, `twitter.com`<!-- -->, etc.
<b>Signature:</b>
```typescript
readonly accessToken?: string;
```