File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
packages/auth/src/platform_browser/recaptcha Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,14 @@ export class RecaptchaVerifier implements ApplicationVerifierInternal {
67
67
private recaptcha : Recaptcha | null = null ;
68
68
69
69
/**
70
+ * @remarks
71
+ * Check the reCAPTCHA docs for a comprehensive list. All parameters are accepted except for
72
+ * the sitekey. Firebase Auth backend provisions a reCAPTCHA for each project and will
73
+ * configure this upon rendering. For an invisible reCAPTCHA, a size key must have the value
74
+ * 'invisible'.
70
75
*
76
+ * @param authExtern - The corresponding Firebase {@link Auth} instance.
77
+ *
71
78
* @param containerOrId - The reCAPTCHA container parameter.
72
79
*
73
80
* @remarks
@@ -77,14 +84,6 @@ export class RecaptchaVerifier implements ApplicationVerifierInternal {
77
84
* initialization.
78
85
*
79
86
* @param parameters - The optional reCAPTCHA parameters.
80
- *
81
- * @remarks
82
- * Check the reCAPTCHA docs for a comprehensive list. All parameters are accepted except for
83
- * the sitekey. Firebase Auth backend provisions a reCAPTCHA for each project and will
84
- * configure this upon rendering. For an invisible reCAPTCHA, a size key must have the value
85
- * 'invisible'.
86
- *
87
- * @param authExtern - The corresponding Firebase {@link Auth} instance.
88
87
*/
89
88
constructor (
90
89
authExtern : Auth ,
You can’t perform that action at this time.
0 commit comments