We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 652f3ac + b45a837 commit c0404b6Copy full SHA for c0404b6
1 file changed
GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h
@@ -86,7 +86,9 @@ typedef NS_ERROR_ENUM(kGIDSignInErrorDomain, GIDSignInErrorCode) {
86
/// @return `YES` if there is a previous user sign-in saved in keychain.
87
- (BOOL)hasPreviousSignIn;
88
89
-/// Attempts to restore a previous user sign-in without interaction.
+/// Attempts to restore a previous user sign-in without interaction.
90
+///
91
+/// Restores user from the local cache and refreshes tokens if they have expired (>1 hour).
92
///
93
/// @param completion The block that is called on completion. This block will be called asynchronously
94
/// on the main queue.
0 commit comments