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
* Implement InitializeAuth changes for BYO-CIAM Firebase Auth
* Removing white space
* Addressing review comments
* Adding Unit test for initializeAuth with TenantConfig dependency
* Running yarn run demo
* Update doc
@@ -61,3 +62,13 @@ The [PopupRedirectResolver](./auth.popupredirectresolver.md#popupredirectresolve
61
62
```typescript
62
63
popupRedirectResolver?: PopupRedirectResolver;
63
64
```
65
+
66
+
## Dependencies.tenantConfig
67
+
68
+
The [TenantConfig](./auth.tenantconfig.md#tenantconfig_interface) touse. Thisdependencyisonlyrequiredifyouwanttouseregionalauthwhichworkswithendpoint. Itshouldnotbesetotherwise.
Copy file name to clipboardExpand all lines: docs-devsite/auth.md
+1
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ Firebase Authentication
137
137
|[PopupRedirectResolver](./auth.popupredirectresolver.md#popupredirectresolver_interface)| A resolver used for handling DOM specific operations like [signInWithPopup()](./auth.md#signinwithpopup_770f816) or [signInWithRedirect()](./auth.md#signinwithredirect_770f816)<!---->. |
138
138
|[ReactNativeAsyncStorage](./auth.reactnativeasyncstorage.md#reactnativeasyncstorage_interface)| Interface for a supplied <code>AsyncStorage</code>. |
139
139
|[RecaptchaParameters](./auth.recaptchaparameters.md#recaptchaparameters_interface)| Interface representing reCAPTCHA parameters.<!---->See the [reCAPTCHA docs](https://developers.google.com/recaptcha/docs/display#render_param) for the list of accepted parameters. All parameters are accepted except for <code>sitekey</code>: Firebase Auth provisions a reCAPTCHA for each project and will configure the site key upon rendering.<!---->For an invisible reCAPTCHA, set the <code>size</code> key to <code>invisible</code>. |
140
+
|[TenantConfig](./auth.tenantconfig.md#tenantconfig_interface)| The tenant config that can be used to initialize a Regional [Auth](./auth.auth.md#auth_interface) instance. |
140
141
|[TotpMultiFactorAssertion](./auth.totpmultifactorassertion.md#totpmultifactorassertion_interface)| The class for asserting ownership of a TOTP second factor. Provided by [TotpMultiFactorGenerator.assertionForEnrollment()](./auth.totpmultifactorgenerator.md#totpmultifactorgeneratorassertionforenrollment) and [TotpMultiFactorGenerator.assertionForSignIn()](./auth.totpmultifactorgenerator.md#totpmultifactorgeneratorassertionforsignin)<!---->. |
141
142
|[TotpMultiFactorInfo](./auth.totpmultifactorinfo.md#totpmultifactorinfo_interface)| The subclass of the [MultiFactorInfo](./auth.multifactorinfo.md#multifactorinfo_interface) interface for TOTP second factors. The <code>factorId</code> of this second factor is [FactorId](./auth.md#factorid)<!---->.TOTP. |
142
143
|[User](./auth.user.md#user_interface)| A user account. |
0 commit comments