<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [CustomParameters](./auth.customparameters.md)

## CustomParameters type

Map of OAuth Custom Parameters.

<b>Signature:</b>

```typescript
export declare type CustomParameters = Record<string, string>;
```
