voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 485 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [OAuthCredentialOptions](./auth.oauthcredentialoptions.md) > [accessToken](./auth.oauthcredentialoptions.accesstoken.md)
## OAuthCredentialOptions.accessToken property
The OAuth access token used to initialize the [OAuthCredential](./auth.oauthcredential.md)<!-- -->.
<b>Signature:</b>
```typescript
accessToken?: string;
```