voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 359 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [CustomParameters](./auth.customparameters.md)
## CustomParameters type
Map of OAuth Custom Parameters.
<b>Signature:</b>
```typescript
export declare type CustomParameters = Record<string, string>;
```