<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [OAuthCredential](./auth-types.oauthcredential.md) &gt; [secret](./auth-types.oauthcredential.secret.md)

## OAuthCredential.secret property

The OAuth access token secret associated with the credential if it belongs to an OAuth 1.0 provider, such as `twitter.com`<!-- -->.

<b>Signature:</b>

```typescript
readonly secret?: string;
```
