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
Copy file name to clipboardExpand all lines: docs-devsite/auth.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,6 @@ Firebase Authentication
118
118
|[ConfirmationResult](./auth.confirmationresult.md#confirmationresult_interface)| A result from a phone number sign-in, link, or reauthenticate call. |
119
119
|[Dependencies](./auth.dependencies.md#dependencies_interface)| The dependencies that can be used to initialize an [Auth](./auth.auth.md#auth_interface) instance. |
120
120
|[EmulatorConfig](./auth.emulatorconfig.md#emulatorconfig_interface)| Configuration of Firebase Authentication Emulator. |
|[IdTokenResult](./auth.idtokenresult.md#idtokenresult_interface)| Interface representing ID token result obtained from [User.getIdTokenResult()](./auth.user.md#usergetidtokenresult)<!---->. |
123
122
|[MultiFactorAssertion](./auth.multifactorassertion.md#multifactorassertion_interface)| The base class for asserting ownership of a second factor. |
124
123
|[MultiFactorError](./auth.multifactorerror.md#multifactorerror_interface)| The error thrown when the user needs to provide a second factor to sign in successfully. |
@@ -139,7 +138,9 @@ Firebase Authentication
139
138
|[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)<!---->. |
140
139
|[ReactNativeAsyncStorage](./auth.reactnativeasyncstorage.md#reactnativeasyncstorage_interface)| Interface for a supplied <code>AsyncStorage</code>. |
141
140
|[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>. |
141
+
|[RefreshIdpTokenResult](./auth.refreshidptokenresult.md#refreshidptokenresult_interface)| The result of a third-party IDP token refresh operation.<!---->This object contains the new IDP token and the Idp Config ID of the provider that issued it. |
142
142
|[TenantConfig](./auth.tenantconfig.md#tenantconfig_interface)| The tenant config that can be used to initialize a Regional [Auth](./auth.auth.md#auth_interface) instance. |
143
+
|[TokenRefreshHandler](./auth.tokenrefreshhandler.md#tokenrefreshhandler_interface)| An interface for handling the refresh of Firebase tokens. |
143
144
|[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)<!---->. |
144
145
|[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. |
145
146
|[User](./auth.user.md#user_interface)| A user account. |
0 commit comments