aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/RPCs
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-10-02 14:15:05 -0700
committerGravatar GitHub <noreply@github.com>2017-10-02 14:15:05 -0700
commitbf550507ffa8beee149383a5bf1e2363bccefbb4 (patch)
tree234ac2ff5df20d8c54c7cd89b590791f3429a25b /Firebase/Auth/Source/RPCs
parent7fa0b0de42141d90b8ba3da67cad037becf6f065 (diff)
Automatically signs user out if the token is no longer valid. (#323)
Diffstat (limited to 'Firebase/Auth/Source/RPCs')
-rw-r--r--Firebase/Auth/Source/RPCs/FIRVerifyPhoneNumberRequest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/RPCs/FIRVerifyPhoneNumberRequest.m b/Firebase/Auth/Source/RPCs/FIRVerifyPhoneNumberRequest.m
index 8af4c4e..022ab9e 100644
--- a/Firebase/Auth/Source/RPCs/FIRVerifyPhoneNumberRequest.m
+++ b/Firebase/Auth/Source/RPCs/FIRVerifyPhoneNumberRequest.m
@@ -86,7 +86,7 @@ static NSString *const kOperationKey = @"operation";
}
/** @fn FIRAuthOperationString
- @brief Returns a string object corresponding to the provided FIRAuthOperationType value.
+ @brief Returns a string object corresponding to the provided FIRAuthOperationType value.
@param operationType The value of the FIRAuthOperationType enum which will be translated to its
corresponding string value.
@return The string value corresponding to the FIRAuthOperationType argument.