aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRAuthErrorUtils.h
diff options
context:
space:
mode:
authorGravatar Ivan <gonzalezivan@google.com>2017-10-23 11:38:29 -0700
committerGravatar Ivan <gonzalezivan@google.com>2017-10-23 11:38:29 -0700
commit9f6f9693345607198750d99892a21e2fdb77fc79 (patch)
tree1f2533b966e8ca8907a4d23ac4f9f0d1948593f4 /Firebase/Auth/Source/FIRAuthErrorUtils.h
parentb561342aa69f30fbd5e66927501def426ba8337e (diff)
handles unstructured errors on redirect URLs
Diffstat (limited to 'Firebase/Auth/Source/FIRAuthErrorUtils.h')
-rw-r--r--Firebase/Auth/Source/FIRAuthErrorUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/FIRAuthErrorUtils.h b/Firebase/Auth/Source/FIRAuthErrorUtils.h
index af4ee28..c3fad0d 100644
--- a/Firebase/Auth/Source/FIRAuthErrorUtils.h
+++ b/Firebase/Auth/Source/FIRAuthErrorUtils.h
@@ -472,7 +472,7 @@ NS_ASSUME_NONNULL_BEGIN
@param reason Reason for error, returned via URL response.
@return The NSError instance associated with the given FIRAuthError.
*/
-+ (NSError *)appVerificationUserInteractionFailureWithReason:(nullable NSString *)reason;
++ (NSError *)appVerificationUserInteractionFailureWithReason:(NSString *)reason;
/** @fn URLResponseErrorWithCode:message:
@brief Constructs an @c NSError with the code and message provided.