<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [OAuthCredentialOptions](./auth.oauthcredentialoptions.md) &gt; [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;
```
