veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
26 lines (17 loc) • 1.13 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [Config](./auth-types.config.md)
## Config interface
Interface representing the Auth config.
<b>Signature:</b>
```typescript
export interface Config
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [apiHost](./auth-types.config.apihost.md) | string | The host at which the Firebase Auth backend is running. |
| [apiKey](./auth-types.config.apikey.md) | string | The API Key used to communicate with the Firebase Auth backend. |
| [apiScheme](./auth-types.config.apischeme.md) | string | The scheme used to communicate with the Firebase Auth backend. |
| [authDomain](./auth-types.config.authdomain.md) | string | The domain at which the web widgets are hosted (provided via Firebase Config). |
| [sdkClientVersion](./auth-types.config.sdkclientversion.md) | string | The SDK Client Version. |
| [tokenApiHost](./auth-types.config.tokenapihost.md) | string | The host at which the Secure Token API is running. |