aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRAuthWebUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Auth/Source/FIRAuthWebUtils.h')
-rw-r--r--Firebase/Auth/Source/FIRAuthWebUtils.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/Firebase/Auth/Source/FIRAuthWebUtils.h b/Firebase/Auth/Source/FIRAuthWebUtils.h
index fe1c29a..85b843f 100644
--- a/Firebase/Auth/Source/FIRAuthWebUtils.h
+++ b/Firebase/Auth/Source/FIRAuthWebUtils.h
@@ -45,19 +45,6 @@ typedef void (^FIRFetchAuthDomainCallback)(NSString *_Nullable authDomain,
*/
+ (BOOL)isCallbackSchemeRegisteredForCustomURLScheme:(NSString *)URLScheme;
-/** @fn isExpectedCallbackURL:eventID:authType
- @brief Parses a URL into all available query items.
- @param URL The actual callback URL.
- @param eventID The expected event ID.
- @param authType The expected auth type.
- @param callbackScheme The expected callback custom scheme.
- @return Whether or not the actual callback URL matches the expected callback URL.
- */
-+ (BOOL)isExpectedCallbackURL:(nullable NSURL *)URL
- eventID:(NSString *)eventID
- authType:(NSString *)authType
- callbackScheme:(NSString *)callbackScheme;
-
/** @fn fetchAuthDomainWithCompletion:completion:
@brief Fetches the auth domain associated with the Firebase Project.
@param completion The callback invoked after the auth domain has been constructed or an error
@@ -77,4 +64,4 @@ typedef void (^FIRFetchAuthDomainCallback)(NSString *_Nullable authDomain,
@end
-NS_ASSUME_NONNULL_END \ No newline at end of file
+NS_ASSUME_NONNULL_END