You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -120,6 +121,16 @@ This is used to edit/read configuration related options such as app verification
120
121
readonlysettings: AuthSettings;
121
122
```
122
123
124
+
## Auth.tenantConfig
125
+
126
+
The [TenantConfig](./auth.tenantconfig.md#tenantconfig_interface) usedtoinitializeaRegionalAuth. Thisisonlypresentifregionalauthisinitializedandbackendendpointisused.
127
+
128
+
<b>Signature:</b>
129
+
130
+
```typescript
131
+
readonlytenantConfig?: TenantConfig;
132
+
```
133
+
123
134
## Auth.tenantId
124
135
125
136
The [Auth](./auth.auth.md#auth_interface) instance'stenantID.
0 commit comments