We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bc583 commit b45a837Copy full SHA for b45a837
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