<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [OAuthProvider](./auth.oauthprovider.md) &gt; [getCustomParameters](./auth.oauthprovider.getcustomparameters.md)

## OAuthProvider.getCustomParameters() method

Retrieve the current list of [CustomParameters](./auth.customparameters.md)<!-- -->.

<b>Signature:</b>

```typescript
getCustomParameters(): CustomParameters;
```
<b>Returns:</b>

[CustomParameters](./auth.customparameters.md)

