<!-- 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; [rawNonce](./auth.oauthcredentialoptions.rawnonce.md)

## OAuthCredentialOptions.rawNonce property

The raw nonce associated with the ID token.

<b>Signature:</b>

```typescript
rawNonce?: string;
```

## Remarks

It is required when an ID token with a nonce field is provided. The SHA-256 hash of the raw nonce must match the nonce field in the ID token.

