Skip to content

Commit 6cfdad6

Browse files
renkelvinkevinthecheung
andauthored
Update FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuth.h
Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
1 parent f91fdbf commit 6cfdad6

File tree

1 file changed

+5
-3
lines changed
  • FirebaseAuth/Sources/Public/FirebaseAuth

1 file changed

+5
-3
lines changed

FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuth.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)