File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments