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 reCAPTCHA Enterprise flow for phone provider (#7814)
* Update injectRecaptchaFields to inject recaptcha enterprise fields into phone API requests (#7786)
* Update injectRecaptchaFields to inject recaptcha fields into phone API requests
* Fix lint
* Rename captchaResp and fakeToken params
* Format
* Implement reCAPTCHA Enterprise flow for phone provider
* Cleanup tests
* Make recaptchaEnterpriseVerifier.verify return a mock when appVerificationDisabledForTesting is true
* Lint fix
* yarn docgen devsite
* Mark appVerifier param in Phone Auth APIs as required
* Update API reports
* Change RecaptchaProvider to RecaptchaAuthProvider
* Fix reference docs
* Add more unit tests
---------
Co-authored-by: NhienLam <[email protected]>
A Promise for a verification ID that can be passed to [PhoneAuthProvider.credential()](./auth.phoneauthprovider.md#phoneauthprovidercredential) to identify this flow..
220
+
A Promise for a verification ID that can be passed to [PhoneAuthProvider.credential()](./auth.phoneauthprovider.md#phoneauthprovidercredential) to identify this flow.
0 commit comments