File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
FirebaseAuth/Sources/Public/FirebaseAuth Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -860,9 +860,11 @@ NS_SWIFT_NAME(Auth)
860860
861861#if TARGET_OS_IOS && !TARGET_OS_MACCATALYST && (!defined(TARGET_OS_XR) || !TARGET_OS_XR)
862862/* * @fn initializeRecaptchaConfigWithCompletion:completion:
863- @brief Calling initializeRecaptchaConfig method will update the ReCAPTCHA config for the
864- project/tenant tied to the Auth instance. The tenantId can be toggled for the same auth instance
865- in the same app and the sign in flow will include ReCAPTCHA only if needed.
863+ @brief Initializes reCAPTCHA using the settings configured for the project or
864+ tenant.
865+
866+ If you change the tenant ID of the `Auth` instance, the configuration will be
867+ reloaded and reCAPTCHA reinitialized.
866868 */
867869- (void )initializeRecaptchaConfigWithCompletion:
868870 (nullable void (^)(NSError *_Nullable error))completion;
You can’t perform that action at this time.
0 commit comments