aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Morgan Chen <morganchen12@gmail.com>2018-02-22 09:57:30 -0800
committerGravatar Morgan Chen <morganchen12@gmail.com>2018-02-22 09:57:30 -0800
commita21ccc65eb0d80636949c451408383bd7fff048a (patch)
treefc372f9324968498563a435aacc7a4a19e7c8a73 /Firebase/Auth
parent66bf845b0c349c76436ef893fdb4d3636960e4f0 (diff)
address PR comments
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/Source/Public/FIRUser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/Public/FIRUser.h b/Firebase/Auth/Source/Public/FIRUser.h
index c884b98..74e65a9 100644
--- a/Firebase/Auth/Source/Public/FIRUser.h
+++ b/Firebase/Auth/Source/Public/FIRUser.h
@@ -59,7 +59,8 @@ typedef void (^FIRSendEmailVerificationCallback)(NSError *_Nullable error)
@brief Represents a user. Firebase Auth does not attempt to validate users
when loading them from the keychain. Invalidated users (such as those
whose passwords have been changed on another client) are automatically
- logged out when an auth-dependent operation is attempted.
+ logged out when an auth-dependent operation is attempted or when the
+ ID token is automatically refreshed.
@remarks This class is thread-safe.
*/
NS_SWIFT_NAME(User)