Skip to content

Commit 94f84bf

Browse files
committed
Applying yarn run format
1 parent 99635b2 commit 94f84bf

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

docs-devsite/auth.tenantconfig.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
Project: /docs/reference/js/_project.yaml
2+
Book: /docs/reference/_book.yaml
3+
page_type: reference
4+
5+
{% comment %}
6+
DO NOT EDIT THIS FILE!
7+
This is generated by the JS SDK team, and any local changes will be
8+
overwritten. Changes should be made in the source code at
9+
https://github.com/firebase/firebase-js-sdk
10+
{% endcomment %}
11+
12+
# TenantConfig interface
13+
The tenant config that can be used to initialize a Regional [Auth](./auth.auth.md#auth_interface) instance.
14+
15+
<b>Signature:</b>
16+
17+
```typescript
18+
export interface TenantConfig
19+
```
20+
21+
## Properties
22+
23+
| Property | Type | Description |
24+
| --- | --- | --- |
25+
| [location](./auth.tenantconfig.md#tenantconfiglocation) | string | Which location to use. |
26+
| [tenantId](./auth.tenantconfig.md#tenantconfigtenantid) | string | The tenant Id being used. |
27+
28+
## TenantConfig.location
29+
30+
Which location to use.
31+
32+
<b>Signature:</b>
33+
34+
```typescript
35+
location?: string;
36+
```
37+
38+
## TenantConfig.tenantId
39+
40+
The tenant Id being used.
41+
42+
<b>Signature:</b>
43+
44+
```typescript
45+
tenantId?: string;
46+
```

0 commit comments

Comments
 (0)